summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pcvt/demo/Makefile68
1 files changed, 34 insertions, 34 deletions
diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile
index f6c2e93..59e8ad6 100644
--- a/usr.sbin/pcvt/demo/Makefile
+++ b/usr.sbin/pcvt/demo/Makefile
@@ -18,37 +18,37 @@ CLEANFILES+= ${DEMOS}
# this seems to be the lowest common denominator
-chardemo.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
-
-colors.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
-
-sgr.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
-
-cowscene.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
-
-xmas.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
-
-outerlimit.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
-
-twzone.vt: ${.CURDIR}/$@.gz.uu
- uudecode ${.CURDIR}/$@.gz.uu
- gunzip -f $@.gz
- rm -f $@.gz
+chardemo.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
+
+colors.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
+
+sgr.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
+
+cowscene.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
+
+xmas.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
+
+outerlimit.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
+
+twzone.vt: ${.CURDIR}/${.TARGET}.gz.uu
+ uudecode ${.CURDIR}/${.TARGET}.gz.uu
+ gunzip -f ${.TARGET}.gz
+ rm -f ${.TARGET}.gz
OpenPOWER on IntegriCloud