diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:26:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:26:22 +0000 |
commit | c7a74a863390654d89c04f643a14ed1b8251232c (patch) | |
tree | ffe21ffba97acde02230f942e72f78e2050937e2 /security | |
parent | Initial import of firewalk version 0.99beta. (diff) |
Add the firewalk port.
Notes
Notes:
svn path=/head/; revision=19359
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 a6bfe799a078..0d1fe10401d5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.57 1999/06/02 08:13:02 mharo Exp $ +# $Id: Makefile,v 1.58 1999/06/06 17:49:58 steve Exp $ # SUBDIR += bjorb @@ -10,6 +10,7 @@ SUBDIR += crack SUBDIR += donkey SUBDIR += fakebo + SUBDIR += firewalk SUBDIR += fwtk SUBDIR += gnupg SUBDIR += gtkportscan |