summaryrefslogtreecommitdiffstats
path: root/share/tabset
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
committerru <ru@FreeBSD.org>2001-12-17 13:59:35 +0000
commitbbef88e1a5535074053d60fa0fa2b5832f7de5ea (patch)
tree7fd7e5683e347709f8bd623688bd94074689c72a /share/tabset
parent650091c3142d295b29e3809e946f4d064cc805a4 (diff)
downloadFreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.zip
FreeBSD-src-bbef88e1a5535074053d60fa0fa2b5832f7de5ea.tar.gz
FILES support for bsd.prog.mk. See bsd.README for details.
Stolen from: NetBSD
Diffstat (limited to 'share/tabset')
-rw-r--r--share/tabset/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/share/tabset/Makefile b/share/tabset/Makefile
index 937f16b..846ef46 100644
--- a/share/tabset/Makefile
+++ b/share/tabset/Makefile
@@ -7,15 +7,10 @@ FILES= 3101 9837 aa aed512 beehive diablo dtc382 hp700-wy ibm3101 std \
CLEANFILES+= ${FILES}
-all: ${FILES}
+.SUFFIXES: .uu
+.uu:
+ uudecode < ${.IMPSRC}
-${FILES}:
- uudecode < ${.CURDIR}/${.TARGET}.uu
-
-depend lint tags:
-
-install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
- ${DESTDIR}${BINDIR}/tabset
+FILESDIR= ${BINDIR}/tabset
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud