diff options
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | security/portscanner/Makefile | 8 | ||||
-rw-r--r-- | security/strobe/Makefile | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/net/Makefile b/net/Makefile index a914aedeae1b..32c9848c407b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.215 1998/12/31 17:21:42 sada Exp $ +# $Id: Makefile,v 1.216 1999/01/07 12:05:28 asami Exp $ # SUBDIR += SSLtelnet @@ -113,7 +113,6 @@ SUBDIR += pavuk SUBDIR += pcnfsd SUBDIR += pmf - SUBDIR += portscanner SUBDIR += ppp-nt SUBDIR += pppload SUBDIR += ppxp @@ -141,7 +140,6 @@ SUBDIR += sniffit SUBDIR += socks5 SUBDIR += spegla - SUBDIR += strobe SUBDIR += sup SUBDIR += tac_plus SUBDIR += tcpshow 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 diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile index 74b3b25e71fe..65df57d62063 100644 --- a/security/portscanner/Makefile +++ b/security/portscanner/Makefile @@ -3,12 +3,12 @@ # Date created: 11 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.3 1998/11/23 08:37:27 asami Exp $ +# $Id: Makefile,v 1.4 1998/12/03 19:12:28 obrien Exp $ # DISTNAME= PortScanner-1.0 PKGNAME= portscanner-1.0 -CATEGORIES= net security +CATEGORIES= security net MASTER_SITES= http://www.ameth.org/~veilleux/ \ http://www.FreeBSD.org/~billf/ @@ -18,10 +18,10 @@ NO_WRKSUBDIR= yes do-build: - @${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c + @ ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/portscanner ${PREFIX}/bin .include <bsd.port.mk> diff --git a/security/strobe/Makefile b/security/strobe/Makefile index a00d9e70eda0..5d51b49e860c 100644 --- a/security/strobe/Makefile +++ b/security/strobe/Makefile @@ -3,11 +3,11 @@ # Date created: 23 Sep 1996 # Whom: proff # -# $Id: Makefile,v 1.2 1998/01/29 20:02:45 jseger Exp $ +# $Id: Makefile,v 1.3 1998/01/29 21:59:41 jseger Exp $ # DISTNAME= strobe-1.04 -CATEGORIES= net security +CATEGORIES= security net MASTER_SITES= ftp://ftp.win.or.jp/pub/network/misc/ EXTRACT_SUFX= .tgz |