From e73ceabdc0e2d16a504b3ff53e1437b36c1db5a2 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Mon, 18 Sep 2006 16:50:59 +0000 Subject: [PATCH] fixup build after move of ah_osdep.? MFC after: 2 weeks --- sys/modules/ath_rate_amrr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/ath_rate_amrr/Makefile b/sys/modules/ath_rate_amrr/Makefile index fea186e8497..e7fbee8177f 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