diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 05:36:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-04 05:36:29 +0000 |
commit | bc690bfbf69dbfd6796aebc9ededc505ce40cf41 (patch) | |
tree | e0f073191a062e5fe63cfb9b365040583dc71499 | |
parent | 4f5963616a610be9edcb00359aeaae20ee840f87 (diff) | |
download | ports-bc690bfbf69dbfd6796aebc9ededc505ce40cf41.tar.gz ports-bc690bfbf69dbfd6796aebc9ededc505ce40cf41.zip |
Notes
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1eee174b6e61..d98748eb8411 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1995/08/08 10:37:59 asami Exp $ +# $Id: Makefile,v 1.13 1995/10/03 09:36:17 asami Exp $ # SUBDIR += bcc @@ -6,6 +6,7 @@ SUBDIR += cflow SUBDIR += dmake SUBDIR += gmake + SUBDIR += gperf SUBDIR += libdlmalloc BROKEN += libmalloc SUBDIR += m4 |