aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-08 10:37:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-08 10:37:59 +0000
commit5062526f3ecf862d0d7d2c52868f871db2d8f7fe (patch)
treea809cbf72d1adc5c98e21a256dce2416c33a0db3 /devel/Makefile
parentd5112364c4d38822e950c4790143f895992fd1d1 (diff)
downloadports-5062526f3ecf862d0d7d2c52868f871db2d8f7fe.tar.gz
ports-5062526f3ecf862d0d7d2c52868f871db2d8f7fe.zip
Added dmake and noweb, convert to new format along the way.
Notes
Notes: svn path=/head/; revision=2039
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 8d8b144491ce..b73c330f58d8 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,8 +1,15 @@
-# $Id: Makefile,v 1.10 1995/05/14 03:29:24 asami Exp $
-#
-# BROKEN: libmalloc
+# $Id: Makefile,v 1.11 1995/06/04 06:20:28 asami Exp $
#
-SUBDIR= bcc bison gmake libdlmalloc m4 mprof xxgdb
+ SUBDIR += bcc
+ SUBDIR += bison
+ SUBDIR += dmake
+ SUBDIR += gmake
+ SUBDIR += libdlmalloc
+ BROKEN += libmalloc
+ SUBDIR += m4
+ SUBDIR += mprof
+ SUBDIR += noweb
+ SUBDIR += xxgdb
.include <bsd.port.subdir.mk>