From a1893a4b8223e14f6b7bb2aebd0db09710882ef1 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 22 Aug 1994 15:28:17 +0000 Subject: - Make each target depend on its source so that all the targets don't get get built every time. - Use the standard clean and cleandir targets. --- share/tabset/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'share/tabset') diff --git a/share/tabset/Makefile b/share/tabset/Makefile index a7de1b0..d3226e4 100644 --- a/share/tabset/Makefile +++ b/share/tabset/Makefile @@ -4,14 +4,15 @@ FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \ stdcrt tandem653 teleray vt100 vt100-w wyse-adds xerox1720 xerox1730 \ xerox1730-lm zenith29 -depend lint tags: +CLEANFILES+= ${FILES} + +all: ${FILES} -clean cleandir: - rm -f ${FILES} +${FILES}: + uudecode < ${.CURDIR}/${.TARGET}.uu + +depend lint tags: -all: - for i in ${FILES} ; do uudecode < ${.CURDIR}/$$i.uu ; done - install: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/tabset -- cgit v1.1