Makefile (ceaec73d406831b1251babb61675df0a1aa54a31) | Makefile (b6de9e91bd2c47efaeec72a08642f8fd99cc7b20) |
---|---|
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/ipw 4 5KMOD = if_ipw | 1# $FreeBSD$ 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 | 6SRCS = if_ipw.c device_if.h bus_if.h pci_if.h |
7 8.include <bsd.kmod.mk> | 7 8.include <bsd.kmod.mk> |