Makefile revision 145247
1# $FreeBSD: head/sys/modules/ipw/Makefile 145247 2005-04-18 18:47:38Z damien $
2
3.PATH: ${.CURDIR}/../../dev/ipw
4
5KMOD    = if_ipw
6SRCS    = if_ipw.c opt_bdg.h device_if.h bus_if.h pci_if.h
7
8.include <bsd.kmod.mk>
9