freebsd-dev/sys/Makefile

10 lines
148 B
Makefile
Raw Normal View History

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