aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ce
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
commit9e51595ce660d915899019d03075d8c17f3732d3 (patch)
treef3879290a2a415b707c0fc6df509bc783d30abf6 /sys/modules/ce
parenteaeb50d411b0b61ad58228701d5dea647746f678 (diff)
Notes
Diffstat (limited to 'sys/modules/ce')
-rw-r--r--sys/modules/ce/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ce/Makefile b/sys/modules/ce/Makefile
index f8ac9a84734a..a7bccff94bce 100644
--- a/sys/modules/ce/Makefile
+++ b/sys/modules/ce/Makefile
@@ -16,12 +16,12 @@ CFLAGS+= ${PROTOS}
.if ${NETGRAPH} != 0
opt_netgraph.h:
- echo "#define NETGRAPH ${NETGRAPH}" > opt_netgraph.h
+ echo "#define NETGRAPH ${NETGRAPH}" > ${.TARGET}
.endif
.if ${NG_CRONYX} != 0
opt_ng_cronyx.h:
- echo "#define NETGRAPH_CRONYX 1" > opt_ng_cronyx.h
+ echo "#define NETGRAPH_CRONYX 1" > ${.TARGET}
.endif
.endif