diff options
author | hubertf <hubertf> | 2001-03-05 23:21:34 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2001-03-05 23:21:34 +0000 |
commit | 92060fdd7f794e27613eecabbc7e59f3582ad8ee (patch) | |
tree | f9628978fe06d42af0619da9759d48f13143839b /security | |
parent | da42f1d094e268d8bab29e2bf9be6dc0905593ca (diff) | |
download | pkgsrc-92060fdd7f794e27613eecabbc7e59f3582ad8ee.tar.gz |
add & enable apg
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 111f928cbeb..5bdb2286ab5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.61 2001/02/16 15:51:52 wiz Exp $ +# $NetBSD: Makefile,v 1.62 2001/03/05 23:21:34 hubertf Exp $ # COMMENT= Security tools SUBDIR+= PAM SUBDIR+= aide +SUBDIR+= apg SUBDIR+= amavis SUBDIR+= audit-packages SUBDIR+= crack |