add copyright notice
[unix-history] / usr / src / usr.bin / tset / Makefile
CommitLineData
a022fefb
BJ
1DESTDIR=
2CFLAGS=-O
3tset: tset.c
4 ${CC} ${CFLAGS} tset.c -o tset -ltermlib
5install:
6 install -s tset ${DESTDIR}/usr/ucb
7clean:
8 rm -f *.o tset