diff options
Diffstat (limited to 'external/bsd/ipf/bin/ipsend/Makefile')
| -rw-r--r-- | external/bsd/ipf/bin/ipsend/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/external/bsd/ipf/bin/ipsend/Makefile b/external/bsd/ipf/bin/ipsend/Makefile index af797790118..d3c42340174 100644 --- a/external/bsd/ipf/bin/ipsend/Makefile +++ b/external/bsd/ipf/bin/ipsend/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/02/12 00:30:48 fox Exp $ +# $NetBSD: Makefile,v 1.6 2023/06/03 21:31:45 lukem Exp $ .include <bsd.own.mk> .include "../Makefile.inc" @@ -25,8 +25,6 @@ DPSRCS+= iplang_y.h .PATH: ${UDIST}/ipsend \ ${UDIST}/iplang -COPTS.ipsopt.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=maybe-uninitialized :} - iplang_y.c: iplang_y.y ${_MKTARGET_CREATE} ${YACC} -d ${.ALLSRC} |
