summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/ipnat
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/ipnat
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/ipnat')
-rw-r--r--sbin/ipf/ipnat/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/ipf/ipnat/Makefile b/sbin/ipf/ipnat/Makefile
index 03ac597..2e24d26 100644
--- a/sbin/ipf/ipnat/Makefile
+++ b/sbin/ipf/ipnat/Makefile
@@ -12,7 +12,6 @@ CLEANFILES+= ipnat_y.c ipnat_y.h
CLEANFILES+= ipnat_l.c ipnat_l.h
ipnat_y.c: ipnat_y.y
- ${_MKTARGET_CREATE}
${YACC} -d ${.ALLSRC}
sed -e 's/yy/ipnat_yy/g' \
-e 's/y.tab.c/ipnat_y.c/' \
@@ -25,14 +24,12 @@ ipnat_y.c: ipnat_y.y
ipnat_y.h: ipnat_y.c
ipnat_l.c: lexer.c
- ${_MKTARGET_CREATE}
sed -e 's/yy/ipnat_yy/g' \
-e 's/y.tab.h/ipnat_y.h/' \
-e 's/lexer.h/ipnat_l.h/' \
${.ALLSRC} > ${.TARGET}
ipnat_l.h: lexer.h
- ${_MKTARGET_CREATE}
sed -e 's/yy/ipnat_yy/g' \
${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud