summaryrefslogtreecommitdiffstats
path: root/sys/modules/hfa/Makefile
blob: 96408309044240fa8104ee61ffd8f53399c55366 (plain)
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>
OpenPOWER on IntegriCloud