diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-01 07:12:24 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-09-01 07:12:24 +0000 |
| commit | 7206243f04e5cc81e1b7367aa22dd082e694345f (patch) | |
| tree | dc1a3248d40ba554b98f81c4a568e93dd5cd145d /sys/modules/cp | |
| parent | 5355cfee73ac467b6db0073c40052c71c561fdb6 (diff) | |
Notes
Diffstat (limited to 'sys/modules/cp')
| -rw-r--r-- | sys/modules/cp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cp/Makefile b/sys/modules/cp/Makefile index df22b523478c..fdf2695340e6 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 |
