diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 07:05:52 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-11-19 07:05:52 +0000 |
commit | 3edd79a8faf070abdaee89b83f86fccf7d5cea57 (patch) | |
tree | 92d6e8c2f59bf8a6047ee8d22f141f9cf7b2fa20 /devel/Makefile | |
parent | fe011cc785506bbeafaa7d52455d040c15387808 (diff) |
Add SUBDIR+=libicq
Notes
Notes:
svn path=/head/; revision=14667
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 da05e020bb1a..9b8a29253775 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.140 1998/11/15 22:55:14 steve Exp $ +# $Id: Makefile,v 1.141 1998/11/16 03:10:52 jkoshy Exp $ # SUBDIR += ElectricFence @@ -49,6 +49,7 @@ SUBDIR += libdlmalloc SUBDIR += libffi SUBDIR += libgtop + SUBDIR += libicq SUBDIR += libmalloc SUBDIR += libslang SUBDIR += libtool |