aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/ipsend/Makefile
diff options
context:
space:
mode:
authorDarren Reed <darrenr@FreeBSD.org>2005-04-28 16:26:35 +0000
committerDarren Reed <darrenr@FreeBSD.org>2005-04-28 16:26:35 +0000
commitcf4ee2c93375233319f03138af1a68340ab1380b (patch)
treeb61a87e7924e447add6908ae64bd8cc5aaefd0cb /sbin/ipf/ipsend/Makefile
parent58b6761db32fe1da4c086480075222f15692d1ab (diff)
downloadsrc-cf4ee2c93375233319f03138af1a68340ab1380b.tar.gz
src-cf4ee2c93375233319f03138af1a68340ab1380b.zip
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
build problems with rescue.
Notes
Notes: svn path=/head/; revision=145630
Diffstat (limited to 'sbin/ipf/ipsend/Makefile')
-rw-r--r--sbin/ipf/ipsend/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ipf/ipsend/Makefile b/sbin/ipf/ipsend/Makefile
index f555c37d5f58..4ae4c3441bbb 100644
--- a/sbin/ipf/ipsend/Makefile
+++ b/sbin/ipf/ipsend/Makefile
@@ -23,7 +23,6 @@ DPSRCS+= iplang_y.h
${NETBSDSRCDIR}/dist/ipf/iplang
iplang_y.c: iplang_y.y
- ${_MKTARGET_CREATE}
${YACC} -d ${.ALLSRC}
mv y.tab.c ${.TARGET}
mv y.tab.h ${.TARGET:.c=.h}