diff options
author | tron <tron@pkgsrc.org> | 1999-04-08 20:15:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-08 20:15:46 +0000 |
commit | 780a5f785bda7b64d96bdbc55acccb1446b776a4 (patch) | |
tree | d6190fe5dc0c790a3aea072d0a7189539a4f95e1 /security | |
parent | e01414bb8026a090d65e77391d09ff8973e01e2b (diff) | |
download | pkgsrc-780a5f785bda7b64d96bdbc55acccb1446b776a4.tar.gz |
Add and enable "vpn". Fixes PR pkg/7031.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 5f19d9dacae..dd2ca9d5102 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/03/12 16:30:33 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/04/08 20:15:46 tron Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -29,6 +29,7 @@ # SUBDIR += swatch # SUBDIR += tcp_wrapper SUBDIR += tripwire + SUBDIR += vpn # SUBDIR += vscan # SUBDIR += xinetd |