correct typo.

This commit is contained in:
Jordan K. Hubbard 1998-10-13 09:46:40 +00:00
parent 762709567b
commit a8c504d1d4
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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