Fix typo: it's == and not =
This commit is contained in:
parent
c14ae4c40d
commit
eb333f91f1
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2004/06/02 22:06:01 recht Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2004/06/02 22:19:20 recht Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ngrep-1.42
|
||||
|
@ -20,7 +20,7 @@ ALL_TARGET= ngrep
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} = "FreeBSD"
|
||||
.if ${OPSYS} == "FreeBSD"
|
||||
CONFIGURE_ARGS+= --disable-pcap-restart
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue