summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-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 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:"
diff --git a/usr.sbin/pcvt/fed/Makefile b/usr.sbin/pcvt/fed/Makefile
index 7c8a3c3..c96ad03 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 0cbeff7..38cc44d 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>
OpenPOWER on IntegriCloud