aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/ipf/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-09-10 08:58:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-09-10 08:58:47 +0000
commitf8c9c51988e57dae4e5df8781961261184815fe6 (patch)
tree847e58e7475b76092087d5ab84e1d66c6de14ebf /sbin/ipf/ipf/Makefile
parent794295bab8e3c3384703e38ba9db2be955b8e153 (diff)
downloadsrc-f8c9c51988e57dae4e5df8781961261184815fe6.tar.gz
src-f8c9c51988e57dae4e5df8781961261184815fe6.zip
Fix the manual build.
Notes
Notes: svn path=/head/; revision=162199
Diffstat (limited to 'sbin/ipf/ipf/Makefile')
-rw-r--r--sbin/ipf/ipf/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile
index 4d7c8bf6e234..0a5f4a82c3a2 100644
--- a/sbin/ipf/ipf/Makefile
+++ b/sbin/ipf/ipf/Makefile
@@ -1,15 +1,15 @@
# $FreeBSD$
PROG= ipf
-SRCS= ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
+SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
MAN= ipf.8 ipf.4 ipf.5 ipl.4
MLINKS= ipl.4 ipfilter.4 ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
CFLAGS+= -I. -DIPFILTER_BPF
-DPSRCS+= ipf_l.h ipf_y.h
+GENHDRS= ipf_l.h ipf_y.h
+DPSRCS+= ${GENHDRS}
-CLEANFILES+= ipf_y.c ipf_y.h
-CLEANFILES+= ipf_l.c ipf_l.h
+CLEANFILES+= ${GENHDRS} ipf_y.c ipf_l.c
ipf_y.c: ipf_y.y
${YACC} -d ${.ALLSRC}