BSD 2 development
[unix-history] / src / termlib / make.script
CommitLineData
8b48a296
MT
1cc -O -DV6 -I/usr/include/retrofit -c termcap.c
2cc -O -DV6 -I/usr/include/retrofit -c tgoto.c
3cc -O -DV6 -I/usr/include/retrofit -c tputs.c
4ar r termlib.a termcap.o tgoto.o tputs.o
5cp termlib.a /usr/lib/libtermlib.a
6cp termcap /etc
7chmod 644 /etc/termcap /usr/lib/libtermlib.a
8chdir tabset; sh install