8 lines
174 B
Makefile
8 lines
174 B
Makefile
# $NetBSD: Makefile,v 1.1 2009/08/18 23:42:39 jmcneill Exp $
|
|
|
|
.if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
|
|
SUBDIR= acpica
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|