home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / spencer_2bsd.tar.gz / 2bsd.tar / src / termlib / make.script next >
Text File  |  1980-02-17  |  302b  |  9 lines

  1. cc -O -DV6 -I/usr/include/retrofit -c termcap.c
  2. cc -O -DV6 -I/usr/include/retrofit -c tgoto.c
  3. cc -O -DV6 -I/usr/include/retrofit -c tputs.c
  4. ar r termlib.a termcap.o tgoto.o tputs.o
  5. cp termlib.a /usr/lib/libtermlib.a
  6. cp termcap /etc
  7. chmod 644 /etc/termcap /usr/lib/libtermlib.a
  8. chdir tabset; sh install
  9.