]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - etc/Makefile
MFC r253853:
[FreeBSD/releng/9.2.git] / etc / Makefile
1 #       from: @(#)Makefile      5.11 (Berkeley) 5/21/91
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 .if ${MK_SENDMAIL} != "no"
7 SUBDIR= sendmail
8 .endif
9
10 BIN1=   crontab \
11         devd.conf \
12         devfs.conf \
13         ddb.conf \
14         dhclient.conf \
15         disktab \
16         fbtab \
17         ftpusers \
18         gettytab \
19         group \
20         hosts \
21         hosts.allow \
22         hosts.equiv \
23         inetd.conf \
24         libalias.conf \
25         libmap.conf \
26         login.access \
27         login.conf \
28         mac.conf \
29         motd \
30         netconfig \
31         network.subr \
32         networks \
33         newsyslog.conf \
34         nsswitch.conf \
35         phones \
36         profile \
37         protocols \
38         rc \
39         rc.bsdextended \
40         rc.firewall \
41         rc.initdiskless \
42         rc.sendmail \
43         rc.shutdown \
44         rc.subr \
45         remote \
46         rpc \
47         services \
48         shells \
49         sysctl.conf \
50         syslog.conf \
51         termcap.small
52
53 .if exists(${.CURDIR}/etc.${MACHINE}/ttys)
54 BIN1+=  etc.${MACHINE}/ttys
55 .elif exists(${.CURDIR}/etc.${MACHINE_ARCH}/ttys)
56 BIN1+=  etc.${MACHINE_ARCH}/ttys
57 .elif exists(${.CURDIR}/etc.${MACHINE_CPUARCH}/ttys)
58 BIN1+=  etc.${MACHINE_CPUARCH}/ttys
59 .else
60 .error etc.MACHINE/ttys missing
61 .endif
62
63 OPENBSMDIR=                     ${.CURDIR}/../contrib/openbsm
64 BSM_ETC_OPEN_FILES=             ${OPENBSMDIR}/etc/audit_class \
65                                 ${OPENBSMDIR}/etc/audit_event
66 BSM_ETC_RESTRICTED_FILES=       ${OPENBSMDIR}/etc/audit_control \
67                                 ${OPENBSMDIR}/etc/audit_user
68 BSM_ETC_EXEC_FILES=             ${OPENBSMDIR}/etc/audit_warn
69 BSM_ETC_DIR=                    ${DESTDIR}/etc/security
70
71 # NB: keep these sorted by MK_* knobs
72
73 .if ${MK_AMD} != "no"
74 BIN1+= amd.map
75 .endif
76
77 .if ${MK_APM} != "no"
78 BIN1+= apmd.conf
79 .endif
80
81 .if ${MK_BSNMP} != "no"
82 BIN1+= snmpd.config
83 .endif
84
85 .if ${MK_FREEBSD_UPDATE} != "no"
86 BIN1+= freebsd-update.conf
87 .endif
88
89 .if ${MK_LOCATE} != "no"
90 BIN1+=  ${.CURDIR}/../usr.bin/locate/locate/locate.rc
91 .endif
92
93 .if ${MK_LPR} != "no"
94 BIN1+=  hosts.lpd printcap
95 .endif
96
97 .if ${MK_MAIL} != "no"
98 BIN1+=  ${.CURDIR}/../usr.bin/mail/misc/mail.rc
99 .endif
100
101 .if ${MK_NTP} != "no"
102 BIN1+=  ntp.conf
103 .endif
104
105 .if ${MK_OPENSSH} != "no"
106 SSH=    ${.CURDIR}/../crypto/openssh/ssh_config \
107         ${.CURDIR}/../crypto/openssh/sshd_config \
108         ${.CURDIR}/../crypto/openssh/moduli
109 .endif
110 .if ${MK_OPENSSL} != "no"
111 SSL=    ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
112 .endif
113
114 .if ${MK_NS_CACHING} != "no"
115 BIN1+= nscd.conf
116 .endif
117
118 .if ${MK_PORTSNAP} != "no"
119 BIN1+= portsnap.conf
120 .endif
121
122 .if ${MK_PF} != "no"
123 BIN1+= pf.os
124 .endif
125
126 .if ${MK_TCSH} != "no"
127 BIN1+= csh.cshrc csh.login csh.logout
128 .endif
129
130 .if ${MK_WIRELESS} != "no"
131 BIN1+= regdomain.xml
132 .endif
133
134 # -rwxr-xr-x root:wheel, for the new cron root:wheel
135 BIN2=   netstart pccard_ether rc.suspend rc.resume
136
137 MTREE=  BSD.include.dist BSD.root.dist BSD.usr.dist BSD.var.dist
138 .if ${MK_SENDMAIL} != "no"
139 MTREE+= BSD.sendmail.dist
140 .endif
141 .if ${MK_BIND} != "no"
142 MTREE+= BIND.chroot.dist
143 .if ${MK_BIND_LIBS} != "no"
144 MTREE+= BIND.include.dist
145 .endif
146 .endif
147 .if ${MK_DEBUG_FILES} != "no"
148 MTREE+= BSD.debug.dist
149 .endif
150
151 PPPCNF= ppp.conf
152
153 .if ${MK_SENDMAIL} == "no"
154 ETCMAIL=mailer.conf aliases
155 .else
156 ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
157         mailertable.sample aliases
158 .endif
159
160 # Special top level files for FreeBSD
161 FREEBSD=COPYRIGHT
162
163 # Sanitize DESTDIR
164 DESTDIR:=       ${DESTDIR:C://*:/:g}
165
166 afterinstall:
167 .if ${MK_MAN} != "no"
168         ${_+_}cd ${.CURDIR}/../share/man; ${MAKE} makedb
169 .endif
170
171 distribute:
172         ${_+_}cd ${.CURDIR} ; ${MAKE} install DESTDIR=${DISTDIR}/${DISTRIBUTION}
173         ${_+_}cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
174
175 .include <bsd.endian.mk>
176 .if ${TARGET_ENDIANNESS} == "1234"
177 CAP_MKDB_ENDIAN?= -l
178 PWD_MKDB_ENDIAN?= -L
179 .elif ${TARGET_ENDIANNESS} == "4321"
180 CAP_MKDB_ENDIAN?= -b
181 PWD_MKDB_ENDIAN?= -B
182 .else
183 CAP_MKDB_ENDIAN?=
184 PWD_MKDB_ENDIAN?=
185 .endif
186
187 .if defined(NO_ROOT)
188 METALOG.add?=   cat -l >> ${METALOG}
189 .endif
190
191 distribution:
192 .if !defined(DESTDIR)
193         @echo "set DESTDIR before running \"make ${.TARGET}\""
194         @false
195 .endif
196         cd ${.CURDIR}; \
197             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
198                 ${BIN1} ${DESTDIR}/etc; \
199             cap_mkdb ${CAP_MKDB_ENDIAN} ${DESTDIR}/etc/login.conf; \
200             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
201                 ${BIN2} ${DESTDIR}/etc; \
202             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
203                 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
204 .if ${MK_AT} == "no"
205         sed -i "" -e 's;.*/usr/libexec/atrun;#&;' ${DESTDIR}/etc/crontab
206 .endif
207 .if ${MK_TCSH} == "no"
208         sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
209 .endif
210         pwd_mkdb ${PWD_MKDB_ENDIAN} -i -p -d ${DESTDIR}/etc \
211             ${DESTDIR}/etc/master.passwd
212 .if defined(NO_ROOT)
213         ( \
214                 echo "./etc/login.conf.db type=file mode=0644 uname=root gname=wheel"; \
215                 echo "./etc/passwd type=file mode=0644 uname=root gname=wheel"; \
216                 echo "./etc/pwd.db type=file mode=0644 uname=root gname=wheel"; \
217                 echo "./etc/spwd.db type=file mode=0600 uname=root gname=wheel"; \
218         ) | ${METALOG.add}
219 .endif
220 .if ${MK_BLUETOOTH} != "no"
221         ${_+_}cd ${.CURDIR}/bluetooth; ${MAKE} install
222 .endif
223         ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install
224         ${_+_}cd ${.CURDIR}/devd; ${MAKE} install
225         ${_+_}cd ${.CURDIR}/gss; ${MAKE} install
226         ${_+_}cd ${.CURDIR}/periodic; ${MAKE} install
227         ${_+_}cd ${.CURDIR}/rc.d; ${MAKE} install
228         ${_+_}cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall
229         ${_+_}cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
230         ${_+_}cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
231         ${_+_}cd ${.CURDIR}/pam.d; ${MAKE} install
232         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0444 \
233             ${BSM_ETC_OPEN_FILES} ${BSM_ETC_DIR}
234         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0600 \
235             ${BSM_ETC_RESTRICTED_FILES} ${BSM_ETC_DIR}
236         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 0500 \
237             ${BSM_ETC_EXEC_FILES} ${BSM_ETC_DIR}
238 .if ${MK_BIND_MTREE} != "no"
239         if [ ! -e ${DESTDIR}/etc/namedb ]; then \
240                 ln -s ../var/named/etc/namedb ${DESTDIR}/etc/namedb; \
241         fi
242 .endif
243 .if ${MK_BIND_ETC} != "no"
244         ${_+_}cd ${.CURDIR}/namedb; ${MAKE} install
245 .endif
246 .if ${MK_SENDMAIL} != "no"
247         ${_+_}cd ${.CURDIR}/sendmail; ${MAKE} distribution
248 .endif
249 .if ${MK_OPENSSH} != "no"
250         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
251             ${SSH} ${DESTDIR}/etc/ssh
252 .endif
253 .if ${MK_OPENSSL} != "no"
254         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
255             ${SSL} ${DESTDIR}/etc/ssl
256 .endif
257 .if ${MK_KERBEROS} != "no"
258         cd ${.CURDIR}/root; \
259             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
260                 dot.k5login ${DESTDIR}/root/.k5login;
261 .endif
262         cd ${.CURDIR}/root; \
263             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
264                 dot.profile ${DESTDIR}/root/.profile; \
265             rm -f ${DESTDIR}/.profile; \
266             ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
267 .if ${MK_TCSH} != "no"
268         cd ${.CURDIR}/root; \
269             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
270                 dot.cshrc ${DESTDIR}/root/.cshrc; \
271             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
272                 dot.login ${DESTDIR}/root/.login; \
273             rm -f ${DESTDIR}/.cshrc; \
274             ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc
275 .endif
276         cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
277             ${MTREE} ${DESTDIR}/etc/mtree
278 .if ${MK_PPP} != "no"
279         cd ${.CURDIR}/ppp; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
280             ${PPPCNF} ${DESTDIR}/etc/ppp
281 .endif
282 .if ${MK_MAIL} != "no"
283         cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
284             ${ETCMAIL} ${DESTDIR}/etc/mail
285         if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
286               ! -f ${DESTDIR}/etc/aliases ]; then \
287                 ln -s mail/aliases ${DESTDIR}/etc/aliases; \
288         fi
289 .endif
290         ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
291             ${DESTDIR}/etc/dumpdates
292         ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
293             ${DESTDIR}/var/db/locate.database
294         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
295             ${DESTDIR}/var/crash
296         cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
297                 ${FREEBSD} ${DESTDIR}/
298 .if ${MK_BOOT} != "no"
299 .if exists(${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints)
300         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
301             ${.CURDIR}/../sys/${MACHINE}/conf/GENERIC.hints \
302             ${DESTDIR}/boot/device.hints
303 .endif
304 .endif
305 .if ${MK_NIS} == "no"
306         sed -i "" -e 's/.*_compat:/# &/' -e 's/compat$$/files/' \
307                 ${DESTDIR}/etc/nsswitch.conf
308 .endif
309
310 MTREE_CMD?=     mtree
311
312 MTREES=         mtree/BSD.root.dist             /               \
313                 mtree/BSD.var.dist              /var            \
314                 mtree/BSD.usr.dist              /usr            \
315                 mtree/BSD.include.dist          /usr/include
316 .if ${MK_DEBUG_FILES} != "no"
317 MTREES+=        mtree/BSD.debug.dist            /usr/lib
318 .endif
319 .if ${MK_BIND_LIBS} != "no"
320 MTREES+=        mtree/BIND.include.dist         /usr/include
321 .endif
322 .if ${MK_BIND_MTREE} != "no"
323 MTREES+=        mtree/BIND.chroot.dist          /var/named
324 .endif
325 .if ${MK_GROFF} != "no"
326 MTREES+=        mtree/BSD.groff.dist            /usr
327 .endif
328 .if ${MK_SENDMAIL} != "no"
329 MTREES+=        mtree/BSD.sendmail.dist         /
330 .endif
331 .for mtree in ${LOCAL_MTREE}
332 MTREES+=        ../${mtree}                     /
333 .endfor
334
335 distrib-dirs: ${MTREES:N/*}
336         @set ${MTREES}; \
337         while test $$# -ge 2; do \
338                 m=${.CURDIR}/$$1; \
339                 shift; \
340                 d=${DESTDIR}$$1; \
341                 shift; \
342                 ${ECHO} ${MTREE_CMD} -deU ${MTREE_FOLLOWS_SYMLINKS} \
343                     -f $$m -p $$d; \
344                 ${MTREE_CMD} -deU ${MTREE_FOLLOWS_SYMLINKS} -f $$m -p $$d; \
345         done; true
346 .if defined(NO_ROOT)
347         @set ${MTREES}; \
348         while test $$# -ge 2; do \
349                 m=${.CURDIR}/$$1; \
350                 shift; \
351                 d=$$1; \
352                 test "$$d" == "/" && d=""; \
353                 d=${DISTBASE}$$d; \
354                 shift; \
355                 ${ECHO} "${MTREE_CMD:N-W} -C -f $$m -K uname,gname | " \
356                     "sed s#^\.#.$$d# | ${METALOG.add}" ; \
357                 ${MTREE_CMD:N-W} -C -f $$m -K uname,gname | sed s#^\.#.$$d# | \
358                     ${METALOG.add} ; \
359         done; true
360 .endif
361         ${INSTALL_SYMLINK} usr/src/sys ${DESTDIR}/sys
362         cd ${DESTDIR}/usr/share/man; \
363         for mandir in man*; do \
364                 ${INSTALL_SYMLINK} ../$$mandir \
365                     ${DESTDIR}/usr/share/man/en.ISO8859-1/; \
366                 ${INSTALL_SYMLINK} ../$$mandir \
367                     ${DESTDIR}/usr/share/man/en.UTF-8/; \
368         done
369         cd ${DESTDIR}/usr/share/openssl/man; \
370         for mandir in man*; do \
371                 ${INSTALL_SYMLINK} ../$$mandir \
372                     ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1/; \
373         done
374         set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
375         while [ $$# -gt 0 ] ; do \
376                 ${INSTALL_SYMLINK} "$$2" "${DESTDIR}/usr/share/man/$$1"; \
377                 ${INSTALL_SYMLINK} "$$2" \
378                     "${DESTDIR}/usr/share/openssl/man/$$1"; \
379                 shift; shift; \
380         done
381         set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
382         while [ $$# -gt 0 ] ; do \
383                 ${INSTALL_SYMLINK} "$$2" "${DESTDIR}/usr/share/nls/$$1"; \
384                 shift; shift; \
385         done
386
387 etc-examples:
388         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
389             ${BIN1} ${BIN2} nsmb.conf opieaccess \
390             ${DESTDIR}/usr/share/examples/etc
391         ${_+_}cd ${.CURDIR}/defaults; ${MAKE} install \
392             DESTDIR=${DESTDIR}/usr/share/examples
393
394 .include <bsd.prog.mk>