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