diff options
author | obrien <obrien@FreeBSD.org> | 1997-06-24 08:10:25 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-06-24 08:10:25 +0000 |
commit | ced97eda7612f2b276792869db1a5b5ccd9fe4c6 (patch) | |
tree | 8c0618d673c2bed949e3868d01410ee4ffbc813b /net/Makefile | |
parent | 939db728b90828ae56c6abaa9b9cbce5a3d606f6 (diff) | |
download | FreeBSD-ports-ced97eda7612f2b276792869db1a5b5ccd9fe4c6.zip FreeBSD-ports-ced97eda7612f2b276792869db1a5b5ccd9fe4c6.tar.gz |
just turning on icmpinfo
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 42332c8..106abcc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.109 1997/06/22 04:09:24 brian Exp $ +# $Id: Makefile,v 1.110 1997/06/23 15:46:04 max Exp $ # SUBDIR += archie @@ -23,6 +23,7 @@ SUBDIR += gated SUBDIR += gnu-finger SUBDIR += gopher + SUBDIR += icmpinfo SUBDIR += irc SUBDIR += ircII SUBDIR += isc-dhcp |