aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-04-20 15:28:02 +0000
committerBruce Evans <bde@FreeBSD.org>1998-04-20 15:28:02 +0000
commit02bbe20fc11f806dc0ad25e51fb4637afd8e4a1d (patch)
treecc076622594a6bac73920065e81ba5684321a4a2 /usr.sbin/pcvt
parent2d4c8d9d6c93641e5fe0220fae32794e9aa7ac42 (diff)
downloadsrc-02bbe20fc11f806dc0ad25e51fb4637afd8e4a1d.tar.gz
src-02bbe20fc11f806dc0ad25e51fb4637afd8e4a1d.zip
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
Notes
Notes: svn path=/head/; revision=35347
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/demo/Makefile2
-rw-r--r--usr.sbin/pcvt/fed/Makefile2
-rw-r--r--usr.sbin/pcvt/set2061/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pcvt/demo/Makefile b/usr.sbin/pcvt/demo/Makefile
index 313b6ef63787..f6c2e93b23d0 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:"
diff --git a/usr.sbin/pcvt/fed/Makefile b/usr.sbin/pcvt/fed/Makefile
index 7c8a3c303ef2..c96ad038f4c6 100644
--- a/usr.sbin/pcvt/fed/Makefile
+++ b/usr.sbin/pcvt/fed/Makefile
@@ -23,7 +23,7 @@ $(OBJS): fed.h
clean:
rm -f *.o fed *core* trace*
-install: fed
+install:
${INSTALL} -c -s -o bin -g bin fed $(DEST)
.endif
diff --git a/usr.sbin/pcvt/set2061/Makefile b/usr.sbin/pcvt/set2061/Makefile
index 0cbeff7342dd..38cc44ddeab3 100644
--- a/usr.sbin/pcvt/set2061/Makefile
+++ b/usr.sbin/pcvt/set2061/Makefile
@@ -5,7 +5,7 @@ NOMAN=
all: $(PROG)
-install: ${DEMOS}
+install:
@${ECHO} "set2061 is not installed automatically ...."
.include <bsd.prog.mk>