Deleted Added
full compact
Makefile (183698) Makefile (184343)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $FreeBSD: head/etc/Makefile 183698 2008-10-08 13:28:02Z des $
2# $FreeBSD: head/etc/Makefile 184343 2008-10-27 16:13:28Z sam $
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \
3
4.include <bsd.own.mk>
5
6.if ${MK_SENDMAIL} != "no"
7SUBDIR= sendmail
8.endif
9
10BIN1= auth.conf \
11 crontab csh.cshrc csh.login csh.logout devd.conf devfs.conf \
11 crontab devd.conf devfs.conf \
12 ddb.conf dhclient.conf disktab fbtab \
13 ftpusers gettytab group \
14 hosts hosts.allow hosts.equiv \
15 inetd.conf libalias.conf login.access login.conf mac.conf motd \
16 netconfig network.subr networks newsyslog.conf nsswitch.conf \
17 phones profile protocols \
18 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
19 rc.sendmail rc.shutdown \

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

79.if ${MK_PORTSNAP} != "no"
80BIN1+= portsnap.conf
81.endif
82
83.if ${MK_PF} != "no"
84BIN1+= pf.os
85.endif
86
12 ddb.conf dhclient.conf disktab fbtab \
13 ftpusers gettytab group \
14 hosts hosts.allow hosts.equiv \
15 inetd.conf libalias.conf login.access login.conf mac.conf motd \
16 netconfig network.subr networks newsyslog.conf nsswitch.conf \
17 phones profile protocols \
18 rc rc.bsdextended rc.firewall rc.firewall6 rc.initdiskless \
19 rc.sendmail rc.shutdown \

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

79.if ${MK_PORTSNAP} != "no"
80BIN1+= portsnap.conf
81.endif
82
83.if ${MK_PF} != "no"
84BIN1+= pf.os
85.endif
86
87.if ${MK_TCSH} != "no"
88BIN1+= csh.cshrc csh.login csh.logout
89.endif
90
87.if ${MK_WIRELESS} != "no"
88BIN1+= regdomain.xml
89.endif
90
91# -rwxr-xr-x root:wheel, for the new cron root:wheel
92BIN2= netstart pccard_ether rc.suspend rc.resume
93
94MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \

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

143.endif
144 cd ${.CURDIR}; \
145 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
146 ${BIN1} ${DESTDIR}/etc; \
147 cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
148 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
149 ${BIN2} ${DESTDIR}/etc; \
150 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
91.if ${MK_WIRELESS} != "no"
92BIN1+= regdomain.xml
93.endif
94
95# -rwxr-xr-x root:wheel, for the new cron root:wheel
96BIN2= netstart pccard_ether rc.suspend rc.resume
97
98MTREE= BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \

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

147.endif
148 cd ${.CURDIR}; \
149 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
150 ${BIN1} ${DESTDIR}/etc; \
151 cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
152 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
153 ${BIN2} ${DESTDIR}/etc; \
154 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
151 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
152 pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
153 ${DESTDIR}/etc/master.passwd
155 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
156.if ${MK_TCSH} == "no"
157 sed -i "" -e 's;/bin/csh;;' ${DESTDIR}/etc/master.passwd
158.endif
159 pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
160 ${DESTDIR}/etc/master.passwd
154.if ${MK_BLUETOOTH} != "no"
155 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
156.endif
157 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
158 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
159 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
160 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
161 ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall

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

190.endif
191.if ${MK_KERBEROS} != "no"
192 cd ${.CURDIR}/root; \
193 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
194 dot.k5login ${DESTDIR}/root/.k5login;
195.endif
196 cd ${.CURDIR}/root; \
197 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
161.if ${MK_BLUETOOTH} != "no"
162 ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
163.endif
164 ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
165 ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
166 ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
167 ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
168 ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall

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

197.endif
198.if ${MK_KERBEROS} != "no"
199 cd ${.CURDIR}/root; \
200 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
201 dot.k5login ${DESTDIR}/root/.k5login;
202.endif
203 cd ${.CURDIR}/root; \
204 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
205 dot.profile ${DESTDIR}/root/.profile; \
206 rm -f ${DESTDIR}/.profile; \
207 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
208.if ${MK_TCSH} != "no"
209 cd ${.CURDIR}/root; \
210 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
198 dot.cshrc ${DESTDIR}/root/.cshrc; \
199 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
200 dot.login ${DESTDIR}/root/.login; \
211 dot.cshrc ${DESTDIR}/root/.cshrc; \
212 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
213 dot.login ${DESTDIR}/root/.login; \
201 ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
202 dot.profile ${DESTDIR}/root/.profile; \
203 rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
204 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
205 ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
214 rm -f ${DESTDIR}/.cshrc; \
215 ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc
216.endif
206 cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
207 ${MTREE} ${DESTDIR}/etc/mtree
208.if ${MK_PPP} != "no"
209 cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
210 ${PPPCNF} ${DESTDIR}/etc/ppp
211.endif
212.if ${MK_MAIL} != "no"
213 cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \

--- 75 unchanged lines hidden ---
217 cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
218 ${MTREE} ${DESTDIR}/etc/mtree
219.if ${MK_PPP} != "no"
220 cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
221 ${PPPCNF} ${DESTDIR}/etc/ppp
222.endif
223.if ${MK_MAIL} != "no"
224 cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \

--- 75 unchanged lines hidden ---