aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2006-09-18 16:50:59 +0000
committerSam Leffler <sam@FreeBSD.org>2006-09-18 16:50:59 +0000
commite73ceabdc0e2d16a504b3ff53e1437b36c1db5a2 (patch)
tree9687d7f70466589876ac6a27137941b77f959a42
parent6432da677c4ac4acf896bc674f28f5214421d6bd (diff)
Notes
-rw-r--r--sys/modules/ath_rate_amrr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ath_rate_amrr/Makefile b/sys/modules/ath_rate_amrr/Makefile
index fea186e84979..e7fbee8177f5 100644
--- a/sys/modules/ath_rate_amrr/Makefile
+++ b/sys/modules/ath_rate_amrr/Makefile
@@ -40,9 +40,9 @@
KMOD= ath_rate
SRCS= amrr.c
-SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h
+SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h opt_inet.h
HAL= ${.CURDIR}/../../contrib/dev/ath
-CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
+CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${HAL}
.include <bsd.kmod.mk>