summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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
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')
-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