10 lines
182 B
Makefile
Raw Normal View History

2002-10-04 20:35:23 +00:00
# $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 crypto_if.h
2002-10-04 20:35:23 +00:00
.include <bsd.kmod.mk>