diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-25 23:24:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-05-25 23:24:29 +0000 |
commit | 213cd15a424e78cdbe2260280b0a20d42bff0612 (patch) | |
tree | 6c35e7e6191be528d31894941b55377d0d768a09 | |
parent | 721685a75951a3194d0d12e4096185dbd76b379c (diff) |
Notes
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index a0c001ccc0b9..cf1fd99aecb4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.157 1998/05/07 05:20:49 mph Exp $ +# $Id: Makefile,v 1.158 1998/05/14 07:29:47 tg Exp $ # SUBDIR += SSLtelnet @@ -35,6 +35,7 @@ SUBDIR += gated SUBDIR += gnu-finger SUBDIR += gopher + SUBDIR += icb SUBDIR += icmpinfo SUBDIR += irc SUBDIR += ircII |