summaryrefslogtreecommitdiffstats
path: root/sbin/ipf/ippool
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-09-10 08:58:47 +0000
committerobrien <obrien@FreeBSD.org>2006-09-10 08:58:47 +0000
commit25ac1031f0c342b734a8a33e715474453d7ef1e2 (patch)
tree847e58e7475b76092087d5ab84e1d66c6de14ebf /sbin/ipf/ippool
parent283bae6f03b4b075d5a19a967a0c24cebd000a19 (diff)
downloadFreeBSD-src-25ac1031f0c342b734a8a33e715474453d7ef1e2.zip
FreeBSD-src-25ac1031f0c342b734a8a33e715474453d7ef1e2.tar.gz
Fix the manual build.
Diffstat (limited to 'sbin/ipf/ippool')
-rw-r--r--sbin/ipf/ippool/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile
index 9ff7c6e..6e3f85d 100644
--- a/sbin/ipf/ippool/Makefile
+++ b/sbin/ipf/ippool/Makefile
@@ -1,14 +1,14 @@
# $FreeBSD$
PROG= ippool
-SRCS= ippool_y.c ippool_l.c kmem.c ippool.c
+SRCS= ${GENHDRS} ippool_y.c ippool_l.c kmem.c ippool.c
MAN= ippool.5 ippool.8
CFLAGS+= -I.
-DPSRCS+= ippool_l.h ippool_y.h
+GENHDRS= ippool_l.h ippool_y.h
+DPSRCS+= ${GENHDRS}
-CLEANFILES+= ippool_y.c ippool_y.h
-CLEANFILES+= ippool_l.c ippool_l.h
+CLEANFILES+= ${GENHDRS} ippool_y.c ippool_l.c
ippool_y.c: ippool_y.y
${YACC} -d ${.ALLSRC}
OpenPOWER on IntegriCloud