summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pcvt/demo/Makefile')
-rw-r--r--usr.sbin/pcvt/demo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile
index 59e8ad6..ee2d1ef 100644
--- a/usr.sbin/pcvt/demo/Makefile
+++ b/usr.sbin/pcvt/demo/Makefile
@@ -1,8 +1,12 @@
+# $FreeBSD$
+
PROG= playvt
+NOMAN= #true
SRCS= playvt.c
+
DEMOS= chardemo.vt colors.vt sgr.vt
DEMOS+= outerlimit.vt twzone.vt cowscene.vt xmas.vt
-NOMAN=
+CLEANFILES+= ${DEMOS}
all: $(DEMOS) $(PROG)
@@ -14,8 +18,6 @@ install:
.include <bsd.prog.mk>
-CLEANFILES+= ${DEMOS}
-
# this seems to be the lowest common denominator
chardemo.vt: ${.CURDIR}/${.TARGET}.gz.uu
OpenPOWER on IntegriCloud