906cf7526cc7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $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>