diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-11-25 20:38:07 +0000 |
commit | de581115311a750bf33d6235ae4ac8eae762c259 (patch) | |
tree | 8fa3ab9fc0b2eadd788ee7deaf07b5dd3392b82e /sbin/ipf/ippool | |
parent | efa7d696b4c82583e4dd816996d2c2b39f231817 (diff) | |
download | FreeBSD-src-de581115311a750bf33d6235ae4ac8eae762c259.zip FreeBSD-src-de581115311a750bf33d6235ae4ac8eae762c259.tar.gz |
Remove redundant DPSRCS which were already in SRCS.
DPSRCS already contains all of SRCS.
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'sbin/ipf/ippool')
-rw-r--r-- | sbin/ipf/ippool/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ipf/ippool/Makefile b/sbin/ipf/ippool/Makefile index 6e3f85d..eedebef 100644 --- a/sbin/ipf/ippool/Makefile +++ b/sbin/ipf/ippool/Makefile @@ -6,8 +6,6 @@ MAN= ippool.5 ippool.8 CFLAGS+= -I. GENHDRS= ippool_l.h ippool_y.h -DPSRCS+= ${GENHDRS} - CLEANFILES+= ${GENHDRS} ippool_y.c ippool_l.c ippool_y.c: ippool_y.y |