summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/ippool
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2005-04-28 16:26:35 +0000
committerdarrenr <darrenr@FreeBSD.org>2005-04-28 16:26:35 +0000
commitf739412edd54e37f5ef93d4acf46bd0326fce031 (patch)
treeb61a87e7924e447add6908ae64bd8cc5aaefd0cb /sbin/ipf/ippool
parent38dd7daaf5ef4165c5d6c2ca436f49446cfc7301 (diff)
downloadFreeBSD-src-f739412edd54e37f5ef93d4acf46bd0326fce031.zip
FreeBSD-src-f739412edd54e37f5ef93d4acf46bd0326fce031.tar.gz
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
build problems with rescue.
Diffstat (limited to 'sbin/ipf/ippool')
-rw-r--r--sbin/ipf/ippool/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile
index d1cf18a..9ff7c6e 100644
--- a/sbin/ipf/ippool/Makefile
+++ b/sbin/ipf/ippool/Makefile
@@ -11,7 +11,6 @@ CLEANFILES+= ippool_y.c ippool_y.h
CLEANFILES+= ippool_l.c ippool_l.h
ippool_y.c: ippool_y.y
- ${_MKTARGET_CREATE}
${YACC} -d ${.ALLSRC}
sed -e 's/yy/ippool_yy/g' \
-e 's/"ippool_y.y"/"..\/tools\/ippool_y.y"/' \
@@ -22,14 +21,12 @@ ippool_y.c: ippool_y.y
ippool_y.h: ippool_y.c
ippool_l.c: lexer.c
- ${_MKTARGET_CREATE}
sed -e 's/yy/ippool_yy/g' \
-e 's/y.tab.h/ippool_y.h/' \
-e 's/lexer.h/ippool_l.h/' \
${.ALLSRC} > ${.TARGET}
ippool_l.h: lexer.h
- ${_MKTARGET_CREATE}
sed -e 's/yy/ippool_yy/g' \
${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud