strip binaries; jsyn <jsyn@nthought.com>

This commit is contained in:
reinhard 2001-07-03 07:57:46 +00:00
parent 5a1e3cbf5b
commit 4089b29f98

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.23 2001/06/17 09:40:10 reinhard Exp $
# $OpenBSD: Makefile,v 1.24 2001/07/03 07:57:46 reinhard Exp $
COMMENT= "network security scanner"
@ -87,5 +87,8 @@ post-configure:
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/nessus
post-install:
@strip ${PREFIX}/bin/{nasl,nessus} ${PREFIX}/sbin/nessusd
.include <bsd.port.mk>