summaryrefslogtreecommitdiffstats
path: root/sys/modules/cp
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-01 07:12:24 +0000
committerru <ru@FreeBSD.org>2004-09-01 07:12:24 +0000
commit87efa22a466a3cdd7dc209bba4300ba43b0a3e7e (patch)
treedc1a3248d40ba554b98f81c4a568e93dd5cd145d /sys/modules/cp
parent4bddde21ccd09a6fac32bfaf7d5c00e0864e6129 (diff)
downloadFreeBSD-src-87efa22a466a3cdd7dc209bba4300ba43b0a3e7e.zip
FreeBSD-src-87efa22a466a3cdd7dc209bba4300ba43b0a3e7e.tar.gz
Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mk
automatically removes opt_*.h and if_*.h found in SRCS.
Diffstat (limited to 'sys/modules/cp')
-rw-r--r--sys/modules/cp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cp/Makefile b/sys/modules/cp/Makefile
index df22b52..fdf2695 100644
--- a/sys/modules/cp/Makefile
+++ b/sys/modules/cp/Makefile
@@ -14,7 +14,7 @@ NG_CRONYX?= 0
NETGRAPH= ${NG_CRONYX}
CFLAGS+= ${PROTOS}
-CLEANFILES+= opt_ng_cronyx.h opt_netgraph.h pci.h bpf.h sppp.h
+CLEANFILES+= bpf.h sppp.h
opt_netgraph.h:
echo "#define NETGRAPH ${NETGRAPH}" > opt_netgraph.h
OpenPOWER on IntegriCloud