summaryrefslogtreecommitdiff
path: root/sys/contrib/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-07-04 18:43:35 +0000
committerchristos <christos@NetBSD.org>2006-07-04 18:43:35 +0000
commitf73658ad42d7d20c1bbfac6a17b1a7ccf50dc3a5 (patch)
tree1b5fad6ce897d3323ee3c0e954f020ecada41c49 /sys/contrib/dev
parente619d191ddd35789333aeb5d36f09d9aefee3692 (diff)
put depend back.
Diffstat (limited to 'sys/contrib/dev')
-rw-r--r--sys/contrib/dev/ath/netbsd/Makefile.ath.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/dev/ath/netbsd/Makefile.ath.inc b/sys/contrib/dev/ath/netbsd/Makefile.ath.inc
index 51c2f67df1b..77a9544bae2 100644
--- a/sys/contrib/dev/ath/netbsd/Makefile.ath.inc
+++ b/sys/contrib/dev/ath/netbsd/Makefile.ath.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.ath.inc,v 1.11 2006/07/04 18:43:13 christos Exp $
+# $NetBSD: Makefile.ath.inc,v 1.12 2006/07/04 18:43:35 christos Exp $
# Rules for building a HAL on various platforms. We put them here
# to centralize them all in one place.
@@ -77,7 +77,7 @@ athhal_options.h: $S/contrib/dev/ath/public/${ATH_HAL}.opt_ah.h
rm -f ${.TARGET}
cp $> ${.TARGET}
-if_ath_pci.o athrate-sample.o ath_netbsd.o ath.o ah_osdep.o: athhal_options.h
+depend if_ath_pci.o athrate-sample.o ath_netbsd.o ath.o ah_osdep.o: athhal_options.h
EXTRA_INCLUDES+= -I$S/contrib/dev/ath/netbsd
.endif