diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-09-01 23:59:00 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-09-01 23:59:00 +0000 |
| commit | 9e51595ce660d915899019d03075d8c17f3732d3 (patch) | |
| tree | f3879290a2a415b707c0fc6df509bc783d30abf6 /sys/modules/sr | |
| parent | eaeb50d411b0b61ad58228701d5dea647746f678 (diff) | |
Notes
Diffstat (limited to 'sys/modules/sr')
| -rw-r--r-- | sys/modules/sr/Makefile | 2 |
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 |
