freebsd_amp_hwpstate/sys/Makefile

10 lines
143 B
Makefile

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