Restore default implict behavior of running the all target we had before.

This commit is contained in:
Jordan K. Hubbard 1998-09-15 05:10:17 +00:00
parent 76c468f222
commit ce53af5399

View File

@ -1,5 +1,5 @@
# #
# $Id: Makefile,v 1.216 1998/09/09 06:07:32 jb Exp $ # $Id: Makefile,v 1.217 1998/09/10 20:44:55 ache Exp $
# #
# The user-driven targets are: # The user-driven targets are:
# #
@ -103,6 +103,9 @@ ${TGTS} : upgrade_checks
@cd ${.CURDIR}; \ @cd ${.CURDIR}; \
make -f Makefile.inc0 -m ${.CURDIR}/share/mk ${.TARGET} make -f Makefile.inc0 -m ${.CURDIR}/share/mk ${.TARGET}
# Set a reasonable default
.MAIN: all
# #
# Perform a few tests to determine if the installed tools are adequate # Perform a few tests to determine if the installed tools are adequate
# for building the world. These are for older systems (prior to 2.2.5). # for building the world. These are for older systems (prior to 2.2.5).