summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/demo
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-04-20 15:28:02 +0000
committerbde <bde@FreeBSD.org>1998-04-20 15:28:02 +0000
commitc1d7e6cda4f6e4c1812e1ef9631e63eafabe7f4d (patch)
tree11c6313919893c28d9850d50457ceb28e2ea5950 /usr.sbin/pcvt/demo
parent56e458e6ec430e814247f07da441fe1890fff8f3 (diff)
downloadFreeBSD-src-c1d7e6cda4f6e4c1812e1ef9631e63eafabe7f4d.zip
FreeBSD-src-c1d7e6cda4f6e4c1812e1ef9631e63eafabe7f4d.tar.gz
Don't build files at install time (just to be consistent; the problem
is almost harmless here). Submitted by: Arne Henrik Juul <arnej@stud.math.ntnu.no> PR: 6330
Diffstat (limited to 'usr.sbin/pcvt/demo')
-rw-r--r--usr.sbin/pcvt/demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile
index 313b6ef..f6c2e93 100644
--- a/usr.sbin/pcvt/demo/Makefile
+++ b/usr.sbin/pcvt/demo/Makefile
@@ -6,7 +6,7 @@ NOMAN=
all: $(DEMOS) $(PROG)
-install: ${DEMOS}
+install:
@${ECHO} "to look at the demos, execute:"
@${ECHO} " \"cat <filename>.vt\""
@${ECHO} "if it is an animation and it runs too fast, try out:"
OpenPOWER on IntegriCloud