mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ipfilter userland: Path fixup no longer required
Since the move of ipfilter from contrib to sbin adjusting the source path
is no longer required.
Fixes: 41edb306f0
MFC after: 1 month
This commit is contained in:
parent
c6c52d8e39
commit
7cb2d7c413
5 changed files with 0 additions and 7 deletions
|
|
@ -13,7 +13,6 @@ CLEANFILES+= ${GENHDRS} ipf_y.c ipf_l.c
|
|||
ipf_y.c: ipf_y.y
|
||||
${YACC} -d ${.ALLSRC}
|
||||
sed -e 's/yy/ipf_yy/g' \
|
||||
-e 's/"ipf_y.y"/"..\/tools\/ipf_y.y"/' \
|
||||
y.tab.c > ${.TARGET}
|
||||
sed -e 's/yy/ipf_yy/g' \
|
||||
y.tab.h > ${.TARGET:.c=.h}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,6 @@ ipnat.tab.c ipnat.tab.h: ipnat_y.y
|
|||
ipnat_y.c: ipnat.tab.c
|
||||
sed -e 's/yy/ipnat_yy/g' \
|
||||
-e 's/y.tab.c/ipnat_y.c/' \
|
||||
-e s/\"ipnat_y.y\"/\"..\\/tools\\/ipnat_y.y\"/ \
|
||||
ipnat.tab.c > ${.TARGET}
|
||||
|
||||
ipnat_y.h: ipnat.tab.h
|
||||
|
|
@ -63,7 +62,6 @@ ippool.tab.c ippool.tab.h: ippool_y.y
|
|||
|
||||
ippool_y.c: ippool.tab.c
|
||||
sed -e 's/yy/ippool_yy/g' \
|
||||
-e 's/"ippool_y.y"/"..\/tools\/ippool_y.y"/' \
|
||||
ippool.tab.c > ${.TARGET}
|
||||
|
||||
ippool_y.h: ippool.tab.h
|
||||
|
|
@ -87,7 +85,6 @@ ipf.tab.c ipf.tab.h: ipf_y.y
|
|||
|
||||
ipf_y.c: ipf.tab.c
|
||||
sed -e 's/yy/ipf_yy/g' \
|
||||
-e 's/"ipf_y.y"/"..\/tools\/ipf_y.y"/' \
|
||||
ipf.tab.c > ${.TARGET}
|
||||
|
||||
ipf_y.h: ipf.tab.h
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ CLEANFILES+= ${GENHDRS} ipmon_y.c ipmon_l.c
|
|||
ipmon_y.c: ipmon_y.y
|
||||
${YACC} -d ${.ALLSRC}
|
||||
sed -e 's/yy/ipmon_yy/g' \
|
||||
-e 's/"ipmon_y.y"/"..\/tools\/ipmon_y.y"/' \
|
||||
y.tab.c > ${.TARGET}
|
||||
sed -e 's/yy/ipmon_yy/g' \
|
||||
y.tab.h > ${.TARGET:.c=.h}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ ipnat_y.c: ipnat_y.y
|
|||
${YACC} -d ${.ALLSRC}
|
||||
sed -e 's/yy/ipnat_yy/g' \
|
||||
-e 's/y.tab.c/ipnat_y.c/' \
|
||||
-e s/\"ipnat_y.y\"/\"..\\/tools\\/ipnat_y.y\"/ \
|
||||
y.tab.c > ${.TARGET}
|
||||
sed -e 's/yy/ipnat_yy/g' \
|
||||
-e 's/y.tab.h/ipnat_y.h/' \
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ CLEANFILES+= ${GENHDRS} ippool_y.c ippool_l.c
|
|||
ippool_y.c: ippool_y.y
|
||||
${YACC} -d ${.ALLSRC}
|
||||
sed -e 's/yy/ippool_yy/g' \
|
||||
-e 's/"ippool_y.y"/"..\/tools\/ippool_y.y"/' \
|
||||
y.tab.c > ${.TARGET}
|
||||
sed -e 's/yy/ippool_yy/g' \
|
||||
y.tab.h > ${.TARGET:.c=.h}
|
||||
|
|
|
|||
Loading…
Reference in a new issue