summaryrefslogtreecommitdiffstats
path: root/sys/modules/ar
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ar')
-rw-r--r--sys/modules/ar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ar/Makefile b/sys/modules/ar/Makefile
index 78fe22e..9350ac0 100644
--- a/sys/modules/ar/Makefile
+++ b/sys/modules/ar/Makefile
@@ -10,7 +10,7 @@ NETGRAPH?= 0
.if ${NETGRAPH} != 0
opt_netgraph.h:
- echo "#define NETGRAPH ${NETGRAPH}" > opt_netgraph.h
+ echo "#define NETGRAPH ${NETGRAPH}" > ${.TARGET}
.endif
.endif
OpenPOWER on IntegriCloud