summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-07-21 20:45:56 +0000
committerjkh <jkh@FreeBSD.org>2000-07-21 20:45:56 +0000
commitc0840074eadea46346bfde8f66f6e51df10235f7 (patch)
treee7195d4f3aea718036179c09d9372e3dff89fd70 /usr.sbin/sysinstall/Makefile
parentd0352e3c5f1205d0992b4fedbc66fd4b487cbbd1 (diff)
downloadFreeBSD-src-c0840074eadea46346bfde8f66f6e51df10235f7.zip
FreeBSD-src-c0840074eadea46346bfde8f66f6e51df10235f7.tar.gz
Add a terminal entry for xterm; a lot of people are using xterms
in the serial-installation of FreeBSD.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 6620bc0..0aeb6dc 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -58,6 +58,9 @@ makedevs.c: Makefile rtermcap keymap.h
./rtermcap vt100 | \
file2c 'const char termcap_vt100[] = {' ',0};' \
>> makedevs.tmp
+ ./rtermcap xterm | \
+ file2c 'const char termcap_xterm[] = {' ',0};' \
+ >> makedevs.tmp
.if ${MACHINE} == "i386"
file2c 'u_char boot0[] = {' '};' < /boot/boot0 >> makedevs.tmp
echo "size_t boot0_size = sizeof(boot0);" >> makedevs.tmp
OpenPOWER on IntegriCloud