|
|
1.1 root 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: #
6: # @(#)Makefile 5.4 (Berkeley) 4/28/86
7: #
8: DESTDIR=
9: CFLAGS=-O
10: tset: tset.c tset.delays.h
11: ${CC} ${CFLAGS} tset.c -o tset -ltermlib
12:
13: install: tset
14: install -s tset ${DESTDIR}/usr/ucb
15: rm -f ${DESTDIR}/usr/ucb/reset
16: ln ${DESTDIR}/usr/ucb/tset ${DESTDIR}/usr/ucb/reset
17:
18: clean:
19: rm -f *.o tset reset
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.