diff options
author | kim <kim> | 1999-10-05 14:18:31 +0000 |
---|---|---|
committer | kim <kim> | 1999-10-05 14:18:31 +0000 |
commit | 649d2b2f1520c70ac0e6bd1f64e1ce42874c4f35 (patch) | |
tree | 4b178d36b8b59423958a48735c663870a0021c72 /net | |
parent | fdde6fc3f5d2628e762923cdc233a50b7183cdfc (diff) | |
download | pkgsrc-649d2b2f1520c70ac0e6bd1f64e1ce42874c4f35.tar.gz |
add and enable jwhois
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 0a673b6023c..81cbf2baa26 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 1999/09/22 21:16:42 kim Exp $ +# $NetBSD: Makefile,v 1.84 1999/10/05 14:18:31 kim Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -50,7 +50,8 @@ SUBDIR += ircu # SUBDIR += isc-dhcp # SUBDIR += ivs - SUBDIR += kdenetwork + SUBDIR += jwhois + SUBDIR += kdenetwork # SUBDIR += ldap SUBDIR += libpcap # SUBDIR += libsocket++ |