From f8c9c51988e57dae4e5df8781961261184815fe6 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 10 Sep 2006 08:58:47 +0000 Subject: Fix the manual build. --- sbin/ipf/ippool/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/ipf/ippool') diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile index 9ff7c6e3015f..6e3f85da847d 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} -- cgit v1.2.3