diff options
author | wiz <wiz> | 2001-06-28 17:02:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-06-28 17:02:02 +0000 |
commit | e156613dadf37a082ca617b8305c40a6de79fdc2 (patch) | |
tree | 680ddda0750fd8cf1f43498fa99365818bdc37af | |
parent | 49e93b4d82afe1fcc4aead8ff06ac6ffd0a5c24b (diff) | |
download | pkgsrc-e156613dadf37a082ca617b8305c40a6de79fdc2.tar.gz |
add and enable gpa
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 3078ff39332..da937640526 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2001/06/24 05:52:03 taca Exp $ +# $NetBSD: Makefile,v 1.80 2001/06/28 17:02:02 wiz Exp $ # COMMENT= Security tools @@ -20,6 +20,7 @@ SUBDIR+= fortify SUBDIR+= fressh SUBDIR+= fsh SUBDIR+= gnupg +SUBDIR+= gpa SUBDIR+= isakmpd SUBDIR+= john SUBDIR+= kth-krb4 |