diff options
| author | Roman Kurakin <rik@FreeBSD.org> | 2004-06-23 14:22:14 +0000 |
|---|---|---|
| committer | Roman Kurakin <rik@FreeBSD.org> | 2004-06-23 14:22:14 +0000 |
| commit | 182968e86b5c33fad8d1b4ae4c7b6f8afdd48148 (patch) | |
| tree | 1eb4cb8064a193406ca440d96e8d0b2a358bc932 /sys/modules/ctau | |
| parent | b0ba9e25bcf76a67c7553a6c9858598d054add80 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ctau')
| -rw-r--r-- | sys/modules/ctau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ctau/Makefile b/sys/modules/ctau/Makefile index 8b9d139356e1b..137fb0a74f5e9 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 |
