BSD 3 development
[unix-history] / usr / src / cmd / tset / Makefile
CommitLineData
84b171f7
EA
1DESTDIR=
2CFLAGS=-O
3tset:; cc -O -g tset.c -o tset -ltermlib
4install:; install -s tset ${DESTDIR}/usr/ucb
5clean:; rm -f *.o tset