9e4be63dd6
makefiles. Bad examples in fxp/Makefile keep getting copied to new makefiles.
10 lines
171 B
Makefile
10 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../pci
|
|
KMOD = if_sf
|
|
SRCS = if_sf.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
|
SRCS += miibus_if.h
|
|
KMODDEPS = miibus
|
|
|
|
.include <bsd.kmod.mk>
|