diff options
-rw-r--r-- | devel/Makefile | 15 |
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> |