summaryrefslogtreecommitdiffstats
path: root/share/tabset/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/tabset/Makefile')
-rw-r--r--share/tabset/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud