diff options
author | tron <tron> | 2000-10-17 22:25:20 +0000 |
---|---|---|
committer | tron <tron> | 2000-10-17 22:25:20 +0000 |
commit | 361ff74fb027daa96f0792daad51cca95b023192 (patch) | |
tree | ec081df917627b14e3e2abf17b016a7a30057017 /net | |
parent | 350d03343e207277d45d78dfe71b0ee7a18be566 (diff) | |
download | pkgsrc-361ff74fb027daa96f0792daad51cca95b023192.tar.gz |
Add and enable "nap".
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 edc18daa048..17c79aa9df7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.158 2000/10/15 18:56:09 rh Exp $ +# $NetBSD: Makefile,v 1.159 2000/10/17 22:25:20 tron Exp $ # FreeBSD Id: Makefile,v 1.117 1997/08/16 03:11:52 gpalmer Exp # @@ -65,6 +65,7 @@ SUBDIR += mrt SUBDIR += mrtg SUBDIR += mtr + SUBDIR += nap SUBDIR += ncftp2 SUBDIR += netatalk SUBDIR += netatalk-asun |