diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-07-30 11:28:15 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-07-30 11:28:15 +0000 |
commit | 77dc5dfe7d3e41170de9a351c9cc520aeed6862b (patch) | |
tree | d1a19a8ed4f61678dc00fb27b0d4174f00a3300f /security | |
parent | dad57a83b1f88c43402b2333a826d3d1f1ef6fb7 (diff) | |
download | pkgsrc-77dc5dfe7d3e41170de9a351c9cc520aeed6862b.tar.gz |
Add libnasl, nessus-core, nessus-libraries and nessus-plugins to
the SUBDIR entries.
Diffstat (limited to 'security')
-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 |