Deleted Added
full compact
Makefile (209134) Makefile (209228)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 209134 2010-06-13 16:35:20Z imp $
2# $FreeBSD: head/etc/Makefile 209228 2010-06-16 07:52:44Z avg $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \

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

248 ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
249 ${DESTDIR}/etc/dumpdates
250 ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
251 ${DESTDIR}/var/db/locate.database
252 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
253 ${DESTDIR}/var/crash
254 cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
255 ${FREEBSD} ${DESTDIR}/
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \

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

248 ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
249 ${DESTDIR}/etc/dumpdates
250 ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
251 ${DESTDIR}/var/db/locate.database
252 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
253 ${DESTDIR}/var/crash
254 cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
255 ${FREEBSD} ${DESTDIR}/
256.if ${MK_BOOT} != "no"
256.if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
257 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
258 ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
259 ${DESTDIR}/boot/device.hints
260.endif
257.if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
258 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
259 ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
260 ${DESTDIR}/boot/device.hints
261.endif
262.endif
261
262distrib-dirs:
263 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
264 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
265 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
266 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
267 -p ${DESTDIR}/usr/include
268.if ${MK_BIND_LIBS} != "no"

--- 47 unchanged lines hidden ---
263
264distrib-dirs:
265 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
266 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
267 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
268 mtree -eU ${MTREE_FOLLOWS_SYMLINKS} -f ${.CURDIR}/mtree/BSD.include.dist \
269 -p ${DESTDIR}/usr/include
270.if ${MK_BIND_LIBS} != "no"

--- 47 unchanged lines hidden ---