aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/cx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/cx/Makefile')
-rw-r--r--sys/modules/cx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/cx/Makefile b/sys/modules/cx/Makefile
index 0716f9055b93..937937075a8d 100644
--- a/sys/modules/cx/Makefile
+++ b/sys/modules/cx/Makefile
@@ -15,12 +15,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