View | Details | Raw Unified | Return to bug 13016 | Differences between
and this patch

Collapse All | Expand All

(-)etc/Makefile (-1 / +1 lines)
Lines 60-66 Link Here
60
	( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
60
	( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
61
	( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
61
	( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
62
	( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
62
	( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
63
	( cd ${.CURDIR}/sendmail; ${MAKE} etc-sendmail.cf ); \
63
	( cd ${.CURDIR}/sendmail; ${MAKE} install ); \
64
	( cd ${.CURDIR}/isdn; ${MAKE} install );\
64
	( cd ${.CURDIR}/isdn; ${MAKE} install );\
65
	pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
65
	pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
66
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
66
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \

Return to bug 13016