diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-05 02:57:16 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-05 02:57:16 +0000 |
commit | b0a12175b4b0d76ce33a3edcb3c8d97b10fb505c (patch) | |
tree | b85b25bc39ae0f2cbba8862fb62661a31b72c9ce | |
parent | 6f796a7d43ed8340cab53f69d14d4c8cc504e961 (diff) | |
download | pkgsrc-b0a12175b4b0d76ce33a3edcb3c8d97b10fb505c.tar.gz |
add & enable kmap
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c7d75409e85..3516d8a1354 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 1999/11/04 04:40:57 soren Exp $ +# $NetBSD: Makefile,v 1.92 1999/11/05 02:57:16 hubertf Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -55,6 +55,7 @@ # SUBDIR += ivs SUBDIR += jwhois SUBDIR += kdenetwork + SUBDIR += kmap # SUBDIR += ldap SUBDIR += libpcap # SUBDIR += libsocket++ |