1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sys/modules/fxp/Makefile
2001-09-05 23:47:02 +00:00

9 lines
150 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/fxp
KMOD= if_fxp
SRCS= if_fxp.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>