summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/ctau/Makefile2
-rw-r--r--sys/modules/cx/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ctau/Makefile b/sys/modules/ctau/Makefile
index 8b9d139..137fb0a 100644
--- a/sys/modules/ctau/Makefile
+++ b/sys/modules/ctau/Makefile
@@ -12,7 +12,7 @@ NG_CRONYX?= 0
NETGRAPH= ${NG_CRONYX}
CFLAGS+= ${PROTOS}
-CLEANFILES+= opt_ng_cronyx.h opt_netgraph.h bpf.h ctddk.c ctau.c sppp.h
+CLEANFILES+= opt_ng_cronyx.h opt_netgraph.h bpf.h sppp.h
opt_netgraph.h:
echo "#define NETGRAPH $(NETGRAPH)" > opt_netgraph.h
diff --git a/sys/modules/cx/Makefile b/sys/modules/cx/Makefile
index eb713d0..889834c 100644
--- a/sys/modules/cx/Makefile
+++ b/sys/modules/cx/Makefile
@@ -13,7 +13,7 @@ NETGRAPH= ${NG_CRONYX}
CFLAGS+= ${PROTOS}
-CLEANFILES+= opt_ng_cronyx.h opt_netgraph.h bpf.h cxddk.c csigma.c sppp.h
+CLEANFILES+= opt_ng_cronyx.h opt_netgraph.h bpf.h sppp.h
opt_netgraph.h:
echo "#define NETGRAPH $(NETGRAPH)" > opt_netgraph.h
OpenPOWER on IntegriCloud