Deleted Added
full compact
Makefile (127339) Makefile (135549)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 127339 2004-03-23 22:17:34Z des $
2# $FreeBSD: head/etc/Makefile 135549 2004-09-21 19:01:48Z des $
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
10 dhclient.conf disktab fbtab ftpusers gettytab group \

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

109 dot.login ${DESTDIR}/root/.login; \
110 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
111 dot.profile ${DESTDIR}/root/.profile; \
112 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
113 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
114 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
115 cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
116 ${MTREE} ${DESTDIR}/etc/mtree
3
4.if !defined(NO_SENDMAIL)
5SUBDIR= sendmail
6.endif
7
8BIN1= amd.map apmd.conf auth.conf \
9 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
10 dhclient.conf disktab fbtab ftpusers gettytab group \

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

109 dot.login ${DESTDIR}/root/.login; \
110 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
111 dot.profile ${DESTDIR}/root/.profile; \
112 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
113 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
114 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
115 cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
116 ${MTREE} ${DESTDIR}/etc/mtree
117.if 0
117 cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
118 ${NAMEDB} ${DESTDIR}/etc/namedb
118 cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
119 ${NAMEDB} ${DESTDIR}/etc/namedb
120.endif
119 cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
120 ${PPPCNF} ${DESTDIR}/etc/ppp
121 cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
122 ${ETCMAIL} ${DESTDIR}/etc/mail
123 @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
124 ! -f ${DESTDIR}/etc/aliases ]; then \
125 set -x; \
126 ln -s mail/aliases ${DESTDIR}/etc/aliases; \

--- 84 unchanged lines hidden ---
121 cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
122 ${PPPCNF} ${DESTDIR}/etc/ppp
123 cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
124 ${ETCMAIL} ${DESTDIR}/etc/mail
125 @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
126 ! -f ${DESTDIR}/etc/aliases ]; then \
127 set -x; \
128 ln -s mail/aliases ${DESTDIR}/etc/aliases; \

--- 84 unchanged lines hidden ---