summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/sync_ar
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
committerimp <imp@FreeBSD.org>2008-09-01 23:59:00 +0000
commitcd46c93cc859f52893c984378f5e8721db16b2fb (patch)
treef3879290a2a415b707c0fc6df509bc783d30abf6 /sys/modules/netgraph/sync_ar
parentcb1bd25c2ffee51ff6dd342a65fb44ca77f62814 (diff)
downloadFreeBSD-src-cd46c93cc859f52893c984378f5e8721db16b2fb.zip
FreeBSD-src-cd46c93cc859f52893c984378f5e8721db16b2fb.tar.gz
Per email to arch@ a little while ago (that was greeted with silence),
prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles.
Diffstat (limited to 'sys/modules/netgraph/sync_ar')
-rw-r--r--sys/modules/netgraph/sync_ar/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/netgraph/sync_ar/Makefile b/sys/modules/netgraph/sync_ar/Makefile
index 11136c2..0587896 100644
--- a/sys/modules/netgraph/sync_ar/Makefile
+++ b/sys/modules/netgraph/sync_ar/Makefile
@@ -1,13 +1,13 @@
# $FreeBSD$
-
+
.PATH: ${.CURDIR}/../../../dev/ar
KMOD = ng_sync_ar
SRCS = if_ar.c if_ar_isa.c if_ar_pci.c
SRCS += device_if.h bus_if.h pci_if.h isa_if.h opt_netgraph.h
-
+
.if !defined(KERNBUILDDIR)
opt_netgraph.h:
- echo "#define NETGRAPH" > opt_netgraph.h
+ echo "#define NETGRAPH" > ${.TARGET}
.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud