freebsd-dev/release/floppies/boot/crunch/Makefile
1997-07-22 02:51:02 +00:00

16 lines
363 B
Makefile

OBJTOP=../../../..
SYSINSTALL= ${OBJTOP}/release/sysinstall/sysinstall
all: ${SYSINSTALL}
${SYSINSTALL}:
cd ${.CURDIR}/../../../../release/sysinstall ; make
@if ! test -f ${SYSINSTALL} ; then \
${ECHO} "sysinstall not made" ; \
${ECHO} "Possibly need to 'make obj' for floppies and sysinstall" ; \
exit 1; \
fi
.include "../../mk/makecrunch.mk"