diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-04-06 11:06:47 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-04-06 11:06:47 +0000 |
commit | 4d839fe9f66175ea07bc59ef74e198c758d0a92e (patch) | |
tree | d51920e0ccdf117c27661174fabccf5f0a19b4f1 /net | |
parent | 344fc0b4e93a958ec28e964ed9ec669bec9c065d (diff) | |
download | pkgsrc-4d839fe9f66175ea07bc59ef74e198c758d0a92e.tar.gz |
add & enable iplog
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index afbcf4dc551..10f94659209 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.365 2003/04/04 22:38:15 rh Exp $ +# $NetBSD: Makefile,v 1.366 2003/04/06 11:06:47 hubertf Exp $ # COMMENT= Networking tools @@ -97,6 +97,7 @@ SUBDIR+= ipa SUBDIR+= ipcalc SUBDIR+= ipcheck SUBDIR+= iperf +SUBDIR+= iplog SUBDIR+= ipv6calc SUBDIR+= ipw SUBDIR+= irrd |