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