diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-28 00:02:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-28 00:02:37 +0000 |
commit | 2110e38cce1e601465d70e39f000e10740ed8b92 (patch) | |
tree | 46a1d7d20a8b44a3c938a7e90d5d0d903ca316e8 /security | |
parent | ae4c5d3422330255ef7ae560929587aabfc1c1b7 (diff) | |
download | pkgsrc-2110e38cce1e601465d70e39f000e10740ed8b92.tar.gz |
Add and enable fortify
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 b92db48b9d3..9b3c5e446df 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 1999/10/04 17:38:11 bouyer Exp $ +# $NetBSD: Makefile,v 1.21 1999/10/28 00:02:37 jlam Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -6,6 +6,7 @@ # SUBDIR += cops SUBDIR += crack # SUBDIR += donkey + SUBDIR += fortify # SUBDIR += fwtk # SUBDIR += john SUBDIR += gnupg |