aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-13 09:49:16 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-13 09:49:16 +0000
commit09e17daec544332a3c97b42f82711cccaea4633f (patch)
tree167845599682593dd66d021774b46d56708d14e6 /usr.sbin/sysinstall/Makefile
parenta8c504d1d4c4dfd3121aa2b3eff1436d78c36830 (diff)
downloadsrc-09e17daec544332a3c97b42f82711cccaea4633f.tar.gz
src-09e17daec544332a3c97b42f82711cccaea4633f.zip
properly conditionalize for alpha.
Notes
Notes: svn path=/head/; revision=40297
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 155b93ba3eb3..db2a2cb1dffe 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