diff options
| author | Sam Leffler <sam@FreeBSD.org> | 2006-09-18 16:50:59 +0000 |
|---|---|---|
| committer | Sam Leffler <sam@FreeBSD.org> | 2006-09-18 16:50:59 +0000 |
| commit | e73ceabdc0e2d16a504b3ff53e1437b36c1db5a2 (patch) | |
| tree | 9687d7f70466589876ac6a27137941b77f959a42 | |
| parent | 6432da677c4ac4acf896bc674f28f5214421d6bd (diff) | |
Notes
| -rw-r--r-- | sys/modules/ath_rate_amrr/Makefile | 4 |
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> |
