freebsd-dev/sys/modules/hfa/pci/Makefile
Matthew N. Dodd 906cf7526c - Convert the 'hfa' ATM interface driver to newbus.
- Add stubs for EISA and SBUS cards.
  (VME, FutureBUS, and TurboChannel stubs not provided.)
- Add infrastructure to build driver and bus front-end modules.
2002-04-17 00:26:09 +00:00

9 lines
135 B
Makefile

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