date and time created 81/11/22 16:52:45 by root
[unix-history] / usr / src / usr.bin / tset / Makefile
DESTDIR=
CFLAGS=-O
tset: tset.c
${CC} ${CFLAGS} tset.c -o tset -ltermlib
install:
install -s tset ${DESTDIR}/usr/ucb
clean:
rm -f *.o tset