aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-08-08 18:37:59 +0800
committerasami <asami@FreeBSD.org>1995-08-08 18:37:59 +0800
commit077a042303356b3acf401b5c59ada22341c3aa4e (patch)
tree826dde116436fde53e11af65d5e8b7a0fc96fb25 /devel
parenta0f397d0430ae2231eb34198beb6fc6daf474d85 (diff)
downloadfreebsd-ports-gnome-077a042303356b3acf401b5c59ada22341c3aa4e.tar.gz
freebsd-ports-gnome-077a042303356b3acf401b5c59ada22341c3aa4e.tar.zst
freebsd-ports-gnome-077a042303356b3acf401b5c59ada22341c3aa4e.zip
Added dmake and noweb, convert to new format along the way.
Diffstat (limited to 'devel')
-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>