1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10943

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>