summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-10-27 10:11:19 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-10-27 10:11:19 +0000
commitb90d145e88a5c7aab3107805999564f681ec3878 (patch)
treecd93bbdc461317ba257f3817af3d62060a45484b
parentMcafee VirusScan 1.0.2. (diff)
Activated vscan.
Notes
Notes: svn path=/head/; revision=4172
-rw-r--r--security/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile
index 7889d3f052c4..f8bb81994be7 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1996/09/19 13:34:06 max Exp $
+# $Id: Makefile,v 1.8 1996/10/24 08:38:44 jfitz Exp $
#
SUBDIR += SSLeay
@@ -13,6 +13,7 @@
SUBDIR += pidentd
SUBDIR += ssh
SUBDIR += tcp_wrapper
+ SUBDIR += vscan
SUBDIR += xinetd
.include <bsd.port.subdir.mk>