diff options
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r-- | usr.sbin/sysinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile index e83d834..155b93b 100644 --- a/usr.sbin/sysinstall/Makefile +++ b/usr.sbin/sysinstall/Makefile @@ -52,7 +52,7 @@ makedevs.c: Makefile rtermcap keymap.h ./rtermcap vt100 | \ file2c 'const char termcap_vt100[] = {' ',0};' \ >> makedevs.tmp - file2c 'u_char mbr[] = {' '};' < /boot/boot0 >> makedevs.tmp + file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp mv makedevs.tmp makedevs.c rtermcap: ${.CURDIR}/rtermcap.c |