summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-09-15 05:10:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-09-15 05:10:17 +0000
commitce53af5399747b2902131683a7c6def91bfaba24 (patch)
tree4df995b00b9c97fdff0f33527ae05e51be54f1f8 /Makefile
parent76c468f222a10f1802ed5557774c5c75027fb972 (diff)
downloadsrc-test2-ce53af5399747b2902131683a7c6def91bfaba24.tar.gz
src-test2-ce53af5399747b2902131683a7c6def91bfaba24.zip
Restore default implict behavior of running the all target we had before.
Notes
Notes: svn path=/head/; revision=39206
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c03d888e7600..eeecb94ea56b 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
#
@@ -103,6 +103,9 @@ ${TGTS} : upgrade_checks
@cd ${.CURDIR}; \
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
# for building the world. These are for older systems (prior to 2.2.5).