diff options
author | asami <asami@FreeBSD.org> | 1996-09-16 00:31:05 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-16 00:31:05 +0000 |
commit | 1c1666be9f92b8a7c5de3a28611b01fd4aa71768 (patch) | |
tree | fbeca8e3359fe5bc503207b08a279c9a0fed7f73 /devel/Makefile | |
parent | 4431a45fe8c23cf33ac9d489a917fe7962481dba (diff) | |
download | FreeBSD-ports-1c1666be9f92b8a7c5de3a28611b01fd4aa71768.zip FreeBSD-ports-1c1666be9f92b8a7c5de3a28611b01fd4aa71768.tar.gz |
Add id-utils.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4b5436b..01e3549 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 |