diff options
Diffstat (limited to 'net/snort')
-rw-r--r-- | net/snort/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common index 010bda20585..53e9b9bde65 100644 --- a/net/snort/Makefile.common +++ b/net/snort/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2002/07/15 14:41:26 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2002/10/10 12:20:23 wiz Exp $ # DISTNAME?= snort-1.8.7 @@ -39,5 +39,3 @@ post-install: ${INSTALL_DATA} $$m ${PREFIX}/share/snort/MIBS ; \ done ${INSTALL_MAN} ${WRKSRC}/snort.8 ${PREFIX}/man/man8 - -.include "../../net/libpcap/buildlink.mk" |