freebsd-dev/sys/Makefile
1997-02-22 09:48:43 +00:00

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>