Deleted Added
full compact
Makefile (213394) Makefile (218941)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 213394 2010-10-04 01:07:04Z gordon $
2# $FreeBSD: head/etc/Makefile 218941 2011-02-22 08:13:49Z uqs $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \

--- 255 unchanged lines hidden (view full) ---

266.if ${MK_BIND_LIBS} != "no"
267 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BIND.include.dist \
268 -p ${DESTDIR}/usr/include
269.endif
270.if ${MK_BIND_MTREE} != "no"
271 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BIND.chroot.dist \
272 -p ${DESTDIR}/var/named
273.endif
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \

--- 255 unchanged lines hidden (view full) ---

266.if ${MK_BIND_LIBS} != "no"
267 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BIND.include.dist \
268 -p ${DESTDIR}/usr/include
269.endif
270.if ${MK_BIND_MTREE} != "no"
271 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BIND.chroot.dist \
272 -p ${DESTDIR}/var/named
273.endif
274.if ${MK_GROFF} != "no"
275 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.groff.dist -p ${DESTDIR}/usr
276.endif
274.if ${MK_SENDMAIL} != "no"
275 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
276.endif
277 cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
278 cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
279 cd ${DESTDIR}/usr/share/man/en.UTF-8; ln -sf ../man* .
280 cd ${DESTDIR}/usr/share/man; \
281 set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \

--- 32 unchanged lines hidden ---
277.if ${MK_SENDMAIL} != "no"
278 mtree -deU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
279.endif
280 cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
281 cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
282 cd ${DESTDIR}/usr/share/man/en.UTF-8; ln -sf ../man* .
283 cd ${DESTDIR}/usr/share/man; \
284 set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \

--- 32 unchanged lines hidden ---