From eab2b8a90b9013b3196118c00cb8552a63e81683 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 24 Jul 1994 01:39:14 +0000 Subject: Reviewed by: phk More binary files killed using uuencode. --- share/tabset/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/tabset/Makefile') diff --git a/share/tabset/Makefile b/share/tabset/Makefile index c3ebd75..f32fa68 100644 --- a/share/tabset/Makefile +++ b/share/tabset/Makefile @@ -8,7 +8,9 @@ NOOBJ= noobj all clean cleandir depend lint tags: install: + for i in ${FILES} ; do ; uudecode < $$i.uu ; done install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/tabset + rm -f ${FILES} .include -- cgit v1.1