summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/ipmon
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/ipmon
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/ipmon')
-rw-r--r--sbin/ipf/ipmon/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/ipf/ipmon/Makefile b/sbin/ipf/ipmon/Makefile
index 8a71cb4..8103aee 100644
--- a/sbin/ipf/ipmon/Makefile
+++ b/sbin/ipf/ipmon/Makefile
@@ -12,7 +12,6 @@ CLEANFILES+= ipmon_y.c ipmon_y.h
CLEANFILES+= ipmon_l.c ipmon_l.h
ipmon_y.c: ipmon_y.y
- ${_MKTARGET_CREATE}
${YACC} -d ${.ALLSRC}
sed -e 's/yy/ipmon_yy/g' \
-e 's/"ipmon_y.y"/"..\/tools\/ipmon_y.y"/' \
@@ -23,14 +22,12 @@ ipmon_y.c: ipmon_y.y
ipmon_y.h: ipmon_y.c
ipmon_l.c: lexer.c
- ${_MKTARGET_CREATE}
sed -e 's/yy/ipmon_yy/g' \
-e 's/y.tab.h/ipmon_y.h/' \
-e 's/lexer.h/ipmon_l.h/' \
${.ALLSRC} > ${.TARGET}
ipmon_l.h: lexer.h
- ${_MKTARGET_CREATE}
sed -e 's/yy/ipmon_yy/g' \
${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud