diff options
author | tron <tron> | 2001-01-19 21:19:40 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-19 21:19:40 +0000 |
commit | 86979151371aee721d659bbb23b7e80832690451 (patch) | |
tree | 3d162236e6996a837e01cf239e5cb1d2eaefd2c5 /security | |
parent | 40efd9ab6607d3eb351ed28cb234926bf823e3d7 (diff) | |
download | pkgsrc-86979151371aee721d659bbb23b7e80832690451.tar.gz |
Add and enable "tcp_wrappers".
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 c1964a6581e..a73ce260d91 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2001/01/18 18:25:39 explorer Exp $ +# $NetBSD: Makefile,v 1.59 2001/01/19 21:19:40 tron Exp $ # SUBDIR += PAM @@ -59,6 +59,7 @@ SUBDIR += sslwrap SUBDIR += stunnel SUBDIR += sudo + SUBDIR += tcp_wrappers SUBDIR += tripwire SUBDIR += uvscan SUBDIR += uvscan-dat |