diff options
-rw-r--r-- | security/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 04f4f3fa89a..c651c311a35 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/07/27 16:11:20 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2000/07/30 11:28:15 frueauf Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -12,7 +12,11 @@ SUBDIR += isakmpd SUBDIR += kth-krb4 SUBDIR += libident + SUBDIR += libnasl SUBDIR += nessus + SUBDIR += nessus-core + SUBDIR += nessus-libraries + SUBDIR += nessus-plugins SUBDIR += nfsbug SUBDIR += openssh SUBDIR += openssl |