summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-05 12:04:07 +0000
committerrh <rh@pkgsrc.org>2000-06-05 12:04:07 +0000
commit8ff276b01fd4d021ad0b1cb7e0e9d9a9ab3d38c6 (patch)
treebb15123648632fced9f77c26d321e08244bfefe2 /security
parentb288e924202179857095d11200d8e32b6e43540a (diff)
downloadpkgsrc-8ff276b01fd4d021ad0b1cb7e0e9d9a9ab3d38c6.tar.gz
Add and enable uvscan and uvscan-dat
Diffstat (limited to 'security')
-rw-r--r--security/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index 0ecfd9f92ca..824506e1a98 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2000/05/25 17:58:34 wennmach Exp $
+# $NetBSD: Makefile,v 1.34 2000/06/05 12:04:07 rh Exp $
# FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp
#
@@ -32,5 +32,7 @@
SUBDIR += stunnel
SUBDIR += sudo
SUBDIR += tripwire
+ SUBDIR += uvscan
+ SUBDIR += uvscan-dat
.include "../mk/bsd.pkg.subdir.mk"