Remove private beforeinstall: target that incorrectly attempted to make

the /usr/share/man/man8 directory no matter what DESTDIR was set to.
This commit is contained in:
Rodney W. Grimes 1995-09-21 19:33:55 +00:00
parent 3271ad14d8
commit 52834df1e7

View File

@ -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>