1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/modules/sf/Makefile

10 lines
151 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
.include <bsd.kmod.mk>