summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-09-21 19:33:55 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-09-21 19:33:55 +0000
commit9be1703f8870fe73b6c3e6a72799911526aec88d (patch)
treefdfadcb479b2b4f1818e57e2ae3adde79f6a36b8 /usr.sbin/pcvt
parentc1b49715cbf1f5ca8517a89804998cecfee906da (diff)
downloadFreeBSD-src-9be1703f8870fe73b6c3e6a72799911526aec88d.zip
FreeBSD-src-9be1703f8870fe73b6c3e6a72799911526aec88d.tar.gz
Remove private beforeinstall: target that incorrectly attempted to make
the /usr/share/man/man8 directory no matter what DESTDIR was set to.
Diffstat (limited to 'usr.sbin/pcvt')
-rw-r--r--usr.sbin/pcvt/ispcvt/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/pcvt/ispcvt/Makefile b/usr.sbin/pcvt/ispcvt/Makefile
index 01204b1..a5a5cef 100644
--- a/usr.sbin/pcvt/ispcvt/Makefile
+++ b/usr.sbin/pcvt/ispcvt/Makefile
@@ -1,8 +1,4 @@
PROG= ispcvt
MAN8= ispcvt.${MAN8EXT}
-beforeinstall:
- @if [ ! -d $(MANDIR)8 ] ; then \
- echo making $(MANDIR)8; mkdir $(MANDIR)8; fi
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud