diff options
author | Darren Reed <darrenr@FreeBSD.org> | 2005-04-28 16:26:35 +0000 |
---|---|---|
committer | Darren Reed <darrenr@FreeBSD.org> | 2005-04-28 16:26:35 +0000 |
commit | cf4ee2c93375233319f03138af1a68340ab1380b (patch) | |
tree | b61a87e7924e447add6908ae64bd8cc5aaefd0cb /sbin/ipf/ippool/Makefile | |
parent | 58b6761db32fe1da4c086480075222f15692d1ab (diff) | |
download | src-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/ippool/Makefile')
-rw-r--r-- | sbin/ipf/ippool/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile index d1cf18ad605d..9ff7c6e3015f 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} |