diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-16 00:31:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-16 00:31:05 +0000 |
commit | 1b6a7670eeb44874613398cb547a9ec961e86807 (patch) | |
tree | 7cbb06a6abee2eaca95062276ee6a2656652cb63 /devel | |
parent | 0e275217b8818c64db2b7fc245c804b182c9364e (diff) | |
download | ports-1b6a7670eeb44874613398cb547a9ec961e86807.tar.gz ports-1b6a7670eeb44874613398cb547a9ec961e86807.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4b5436b8a1dc..01e35494910d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1996/09/11 06:11:21 asami Exp $ +# $Id: Makefile,v 1.29 1996/09/16 00:30:01 asami Exp $ # SUBDIR += SWIG @@ -10,6 +10,7 @@ SUBDIR += gcc11 SUBDIR += gdb SUBDIR += gmake + SUBDIR += id-utils SUBDIR += libdlmalloc SUBDIR += libmalloc SUBDIR += libslang |