]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/wi/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / wi / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/wi
4
5 KMOD=   if_wi
6 SRCS=   opt_wi.h if_wi.c if_wi_pccard.c if_wi_pci.c \
7         card_if.h device_if.h bus_if.h pci_if.h pccarddevs.h
8
9 .if !defined(KERNBUILDDIR)
10 opt_wi.h:
11         echo "#define WI_SYMBOL_FIRMWARE 1" > ${.TARGET}
12 .endif
13
14 .include <bsd.kmod.mk>