summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-13 09:49:16 +0000
committerjkh <jkh@FreeBSD.org>1998-10-13 09:49:16 +0000
commita34efb5727ce01f3ca27cb35450fcf045dd59b9b (patch)
treea26d774ab4060815dceaac0936fce5bfe45b8caa /usr.sbin/sysinstall/Makefile
parent6ea02b3494c9f52bbee60ebf9b544ae263769be5 (diff)
downloadFreeBSD-src-a34efb5727ce01f3ca27cb35450fcf045dd59b9b.zip
FreeBSD-src-a34efb5727ce01f3ca27cb35450fcf045dd59b9b.tar.gz
properly conditionalize for alpha.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 155b93b..db2a2cb 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -52,7 +52,9 @@ makedevs.c: Makefile rtermcap keymap.h
./rtermcap vt100 | \
file2c 'const char termcap_vt100[] = {' ',0};' \
>> makedevs.tmp
+.if ${MACHINE_ARCH} != "alpha"
file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp
+.endif
mv makedevs.tmp makedevs.c
rtermcap: ${.CURDIR}/rtermcap.c
OpenPOWER on IntegriCloud