aboutsummaryrefslogtreecommitdiff
path: root/sys/Makefile
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1998-10-04 00:42:08 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1998-10-04 00:42:08 +0000
commit1a1c25472a7ae3330d27ddf6c340a4de6c4203b9 (patch)
tree34e6faa2b52d4693f395754bf102fadde26bf2c9 /sys/Makefile
parent9a54dc6faf317ba6b865a72c837cdbb77c695201 (diff)
downloadsrc-1a1c25472a7ae3330d27ddf6c340a4de6c4203b9.tar.gz
src-1a1c25472a7ae3330d27ddf6c340a4de6c4203b9.zip
Build the new boot loader on the alpha. This allows make release to work again.
Notes
Notes: svn path=/head/; revision=39935
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 2fcc7ff3cfde..02f77bf089dc 100644
--- a/sys/Makefile
+++ b/sys/Makefile
@@ -1,10 +1,14 @@
-# $Id: Makefile,v 1.10 1998/08/27 04:26:40 jb Exp $
+# $Id: Makefile,v 1.11 1998/09/05 08:27:56 jb Exp $
# This is the old aout only boot loader.
.if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout"
SUBDIR= ${MACHINE}/boot
.endif
+.if exists(boot) && ${MACHINE_ARCH} == "alpha"
+SUBDIR= boot
+.endif
+
HTAGSFLAGS+= -at `awk -F= '/^RELEASE *=/{release=$2}; END {print "FreeBSD", release, "kernel"}' < conf/newvers.sh`
.include <bsd.subdir.mk>