1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sys/modules/hifn/Makefile
2002-10-04 20:35:23 +00:00

10 lines
192 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/hifn
KMOD = hifn
SRCS = hifn7751.c
SRCS += device_if.h bus_if.h pci_if.h
SRCS += opt_bdg.h opt_bus.h opt_pci.h crypto_if.h
.include <bsd.kmod.mk>