BSD 4_3_Reno release
[unix-history] / usr / src / usr.bin / tset / Makefile
index 5527efa..1082972 100644 (file)
@@ -1,19 +1,9 @@
-#
-# Copyright (c) 1980 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
-#
-#      @(#)Makefile    5.4 (Berkeley) %G%
-#
-DESTDIR=
-CFLAGS=-O
-tset:  tset.c tset.delays.h
-       ${CC} ${CFLAGS} tset.c -o tset -ltermlib
+#      @(#)Makefile    5.12 (Berkeley) 5/11/90
 
 
-install: tset
-       install -s tset ${DESTDIR}/usr/ucb
-       rm -f ${DESTDIR}/usr/ucb/reset
-       ln ${DESTDIR}/usr/ucb/tset ${DESTDIR}/usr/ucb/reset
+PROG=  tset
+DPADD= ${LIBTERMCAP} ${LIBCOMPAT}
+LDADD= -ltermcap -lcompat
+LINKS= ${BINDIR}/tset ${BINDIR}/reset
+MLINKS=        tset.1 reset.1
 
 
-clean:
-       rm -f *.o tset reset
+.include <bsd.prog.mk>