BSD 2 development
[unix-history] / src / termlib / makefile
CommitLineData
b154be31
MT
1CFLAGS= -O
2
3termlib.a: termcap.o tgoto.o tputs.o
4 ar cr termlib.a termcap.o tgoto.o tputs.o
5
6clean:
7 -rm -f *.o
8 -rm -f termlib.a
9
10install: termlib.a
11 cp termlib.a /usr/lib/libtermlib.a
12 cp termcap /etc
13 chdir tabset ; install