diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-20 23:00:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-20 23:00:55 +0000 |
commit | 7a60d7de827d551d9ad587b3fc315a401bdfcb65 (patch) | |
tree | 940cb0fc98fb0969a9859dabc0fbd119ce5c3e9b /net/Makefile | |
parent | 4b073288a33bdcdca411b327c5357e25dc2c694d (diff) | |
download | pkgsrc-7a60d7de827d551d9ad587b3fc315a401bdfcb65.tar.gz |
Add and enable vpnc.
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 a8c075c8051..eddba8c632e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.491 2004/09/09 06:56:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.492 2004/09/20 23:00:55 wiz Exp $ # COMMENT= Networking tools @@ -373,6 +373,7 @@ SUBDIR+= userppp SUBDIR+= vcheck SUBDIR+= vnc SUBDIR+= vncviewer +SUBDIR+= vpnc SUBDIR+= vsftpd SUBDIR+= vtun SUBDIR+= wakeup |