summaryrefslogtreecommitdiffstats
path: root/share/tabset
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-08-09 00:16:56 +0000
committerphk <phk@FreeBSD.org>1994-08-09 00:16:56 +0000
commitfd00b6e617db2543045c82fba80669c38f4f0ea8 (patch)
tree7cbe44cb4df332081d7ae7969654e23bee316ccb /share/tabset
parenta40e70b97c3bc8caacc6f295ff4bc81adeb94c2e (diff)
downloadFreeBSD-src-fd00b6e617db2543045c82fba80669c38f4f0ea8.zip
FreeBSD-src-fd00b6e617db2543045c82fba80669c38f4f0ea8.tar.gz
Submitted by: Bruce Evans <bde@kralizec.zeta.org.au>
Fixed the makefile.
Diffstat (limited to 'share/tabset')
-rw-r--r--share/tabset/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/tabset/Makefile b/share/tabset/Makefile
index 0201f4a..a7de1b0 100644
--- a/share/tabset/Makefile
+++ b/share/tabset/Makefile
@@ -3,17 +3,17 @@
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
-NOOBJ= noobj
-all depend lint tags:
+depend lint tags:
clean cleandir:
rm -f ${FILES}
+all:
+ for i in ${FILES} ; do uudecode < ${.CURDIR}/$$i.uu ; done
+
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