diff options
author | drochner <drochner> | 2002-02-05 19:55:12 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-02-05 19:55:12 +0000 |
commit | 3be4478bc01bafbcb8e4151a9a38a2968db03bac (patch) | |
tree | 3db972e2ab8683d3313cd740f4c3c75d46cb3bdb /net/Makefile | |
parent | 81786744b23a91766e94f338bcda5d96f090311f (diff) | |
download | pkgsrc-3be4478bc01bafbcb8e4151a9a38a2968db03bac.tar.gz |
add ipcheck
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 d4782db7337..3b0c24d86b3 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.272 2002/01/31 23:15:30 wiz Exp $ +# $NetBSD: Makefile,v 1.273 2002/02/05 19:55:12 drochner Exp $ # COMMENT= Networking tools @@ -73,6 +73,7 @@ SUBDIR+= icsi-finger SUBDIR+= ip6_int SUBDIR+= ipa SUBDIR+= ipcalc +SUBDIR+= ipcheck SUBDIR+= ipv6calc SUBDIR+= ipw SUBDIR+= irrd |