added depend labels
[unix-history] / usr / src / usr.bin / tset / Makefile
CommitLineData
d0aeaf5a
DF
1#
2# Copyright (c) 1980 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
65a98198 6# @(#)Makefile 5.4 (Berkeley) %G%
d0aeaf5a 7#
a022fefb
BJ
8DESTDIR=
9CFLAGS=-O
65a98198 10tset: tset.c tset.delays.h
a022fefb 11 ${CC} ${CFLAGS} tset.c -o tset -ltermlib
607cd5b6 12
8bb14669 13install: tset
a022fefb 14 install -s tset ${DESTDIR}/usr/ucb
607cd5b6
JB
15 rm -f ${DESTDIR}/usr/ucb/reset
16 ln ${DESTDIR}/usr/ucb/tset ${DESTDIR}/usr/ucb/reset
17
a022fefb 18clean:
607cd5b6 19 rm -f *.o tset reset