freebsd_amp_hwpstate/sys/Makefile

10 lines
148 B
Makefile

# $FreeBSD$
.if defined(MACHINE_PC98) && ${MACHINE_PC98} == "yes"
SUBDIR= pc98/boot
.else
SUBDIR= ${MACHINE}/boot
.endif
.include <bsd.subdir.mk>