aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sr
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/sr
parenteaeb50d411b0b61ad58228701d5dea647746f678 (diff)
Notes
Diffstat (limited to 'sys/modules/sr')
-rw-r--r--sys/modules/sr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sr/Makefile b/sys/modules/sr/Makefile
index 22bfc4bb54836..b65df093dd23a 100644
--- a/sys/modules/sr/Makefile
+++ b/sys/modules/sr/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