diff options
Diffstat (limited to 'security/Makefile')
-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" |