diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-01-26 22:19:07 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-01-26 22:19:07 +0000 |
commit | 2ac8c1042313f760772725970abdac22fea3de44 (patch) | |
tree | 04790581d880047b823d300f17c362c21a653e8b /security/Makefile | |
parent | 0e7af78196a3f094ca55d9ecfc936a00dc6b945e (diff) | |
download | ports-2ac8c1042313f760772725970abdac22fea3de44.tar.gz ports-2ac8c1042313f760772725970abdac22fea3de44.zip |
Move ports/net/{portscanner,strobe} to ports/security
Notes
Notes:
svn path=/head/; revision=16367
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9d39afe9e225..6a3bbd68d933 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.41 1999/01/18 04:22:04 steve Exp $ +# $Id: Makefile,v 1.42 1999/01/18 04:29:56 steve Exp $ # SUBDIR += SSLeay @@ -28,6 +28,7 @@ SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pidentd + SUBDIR += portscanner SUBDIR += rsaref SUBDIR += sentry SUBDIR += skip @@ -35,6 +36,7 @@ SUBDIR += sniff SUBDIR += ssh SUBDIR += ssh2 + SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo SUBDIR += super |