diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-11-11 15:15:30 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-11-11 15:15:30 +0000 |
commit | 452d725b2d70c1314b1e20d45e7b3e33d0359923 (patch) | |
tree | 45fafd7c0f1dfd00f20071a8acfb87ffc8885777 /net/Makefile | |
parent | 73b1e2ac9356c41bca8a313fa1a87cef452fce0b (diff) | |
download | ports-452d725b2d70c1314b1e20d45e7b3e33d0359923.tar.gz ports-452d725b2d70c1314b1e20d45e7b3e33d0359923.zip |
Enable kirc
Notes
Notes:
svn path=/head/; revision=8582
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 5efc2376b32e..2fb930b299bf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.124 1997/11/05 11:47:36 obrien Exp $ +# $Id: Makefile,v 1.125 1997/11/10 05:09:15 dima Exp $ # SUBDIR += archie @@ -32,6 +32,7 @@ SUBDIR += isc-dhcp SUBDIR += ivs SUBDIR += kdenetwork + SUBDIR += kirc SUBDIR += ldap SUBDIR += libsocket++ SUBDIR += llnlxdir |