diff options
author | bad <bad@pkgsrc.org> | 1998-11-26 19:06:21 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-11-26 19:06:21 +0000 |
commit | 77fc202c636fc07304031b413128ee2453bb270f (patch) | |
tree | c981daab47d595c6136da365e89e54cf6ddb8808 /devel | |
parent | 624802d9564e0b04180a60f6bae8dc8a89d18423 (diff) | |
download | pkgsrc-77fc202c636fc07304031b413128ee2453bb270f.tar.gz |
Add and enable p5-Devel-DProf, p5-Devel-SmallProf, p5-Time-HiRes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 84e4081f525..30f0e3a9f77 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 1998/11/11 12:50:10 agc Exp $ +# $NetBSD: Makefile,v 1.42 1998/11/26 19:06:21 bad Exp $ # FreeBSD Id: Makefile,v 1.78 1997/10/01 08:32:59 cracauer Exp # @@ -62,7 +62,8 @@ # SUBDIR += p5-Data-Flow # SUBDIR += p5-Data-ShowTable # SUBDIR += p5-Date-Manip -# SUBDIR += p5-Devel-DProf + SUBDIR += p5-Devel-DProf + SUBDIR += p5-Devel-SmallProf # SUBDIR += p5-Devel-Peek # SUBDIR += p5-Devel-Symdump # SUBDIR += p5-Errno @@ -86,6 +87,7 @@ # SUBDIR += p5-Term-ReadKey # SUBDIR += p5-Time # SUBDIR += p5-TimeDate + SUBDIR += p5-Time-HiRes # SUBDIR += p5-TraceFuncs # SUBDIR += pccts SUBDIR += prcs |