summaryrefslogtreecommitdiff
path: root/security/portscanner/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/portscanner/Makefile')
-rw-r--r--security/portscanner/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/portscanner/Makefile b/security/portscanner/Makefile
index 700a12283bcc..e3ef30bb66df 100644
--- a/security/portscanner/Makefile
+++ b/security/portscanner/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1998/11/17 20:46:44 billf Exp $
#
DISTNAME= PortScanner-1.0
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}
do-build:
- ${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
+ @${CC} -o ${WRKSRC}/portscanner ${CFLAGS} ${WRKSRC}/portscanner.c
do-install: