diff options
author | rh <rh@pkgsrc.org> | 2000-06-05 12:04:07 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-05 12:04:07 +0000 |
commit | 8ff276b01fd4d021ad0b1cb7e0e9d9a9ab3d38c6 (patch) | |
tree | bb15123648632fced9f77c26d321e08244bfefe2 /security | |
parent | b288e924202179857095d11200d8e32b6e43540a (diff) | |
download | pkgsrc-8ff276b01fd4d021ad0b1cb7e0e9d9a9ab3d38c6.tar.gz |
Add and enable uvscan and uvscan-dat
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
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" |