diff options
-rw-r--r-- | net/hping3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/hping3/Makefile b/net/hping3/Makefile index 037ca522986..0dcf4b035a8 100644 --- a/net/hping3/Makefile +++ b/net/hping3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/01/11 14:42:04 adam Exp $ +# $NetBSD: Makefile,v 1.7 2015/09/06 12:08:06 wiedi Exp $ # DISTNAME= hping3-alpha-2 @@ -32,4 +32,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hping3 ${DESTDIR}${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/docs/hping3.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/ +.include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |