1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/modules/hfa/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

16 lines
181 B
Makefile

# $FreeBSD$
SUBDIR= hfa pci
.ifdef notyet
.if ${MACHINE_ARCH} == "i386"
SUBDIR+=eisa
.endif
.if ${MACHINE_ARCH} == "sparc64"
SUBDIR+=sbus
.endif
.endif
.include <bsd.subdir.mk>