View | Details | Raw Unified | Return to bug 17967
Collapse All | Expand All

(-)Makefile.new (+2 lines)
Lines 129-135 Link Here
129
	(cd ${.CURDIR}/..; \
129
	(cd ${.CURDIR}/..; \
130
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \
130
	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \
131
		${DESTDIR}/)
131
		${DESTDIR}/)
132
.if !defined(NOMAN)
132
	(cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
133
	(cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
134
.endif
133
135
134
distrib-dirs:
136
distrib-dirs:
135
	mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
137
	mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/

Return to bug 17967