From 52834df1e7647cdc60ac40d355ba98bbc247274d Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Thu, 21 Sep 1995 19:33:55 +0000 Subject: [PATCH] Remove private beforeinstall: target that incorrectly attempted to make the /usr/share/man/man8 directory no matter what DESTDIR was set to. --- usr.sbin/pcvt/ispcvt/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.sbin/pcvt/ispcvt/Makefile b/usr.sbin/pcvt/ispcvt/Makefile index 01204b1274a..a5a5cefeeb8 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