dma: move config files to source directory
[dragonfly.git] / etc / Makefile
1 #       from: @(#)Makefile      5.11 (Berkeley) 5/21/91
2 # $FreeBSD: src/etc/Makefile,v 1.219.2.38 2003/03/04 09:49:00 ru Exp $
3 # $DragonFly: src/etc/Makefile,v 1.217 2008/10/03 10:27:42 swildner Exp $
4
5 .if !defined(NO_SENDMAIL)
6 SUBDIR= sendmail
7 .endif
8
9 # Files that should be installed read-only (444)
10 #
11 BINUPDATE= apmd.conf fbtab gettytab network.subr \
12         pf.os \
13         protocols \
14         rc rc.firewall6 \
15         rc.sendmail rc.shutdown \
16         rc.subr rpc services \
17         etc.${MACHINE_ARCH}/disktab
18 .if defined(BINARY_UPGRADE) # location of these depends on upgrade method
19 BINUPDATE+=mail.rc locate.rc
20 .else
21 BINUPDATE+=${.CURDIR}/../usr.bin/mail/misc/mail.rc \
22         ${.CURDIR}/../usr.bin/locate/locate/locate.rc
23 .endif
24
25 # Initial distribution files are installed read-write (644)
26 #
27 BIN1=   amd.map auth.conf \
28         crontab csh.cshrc csh.login csh.logout \
29         devd.conf devtab dhclient.conf dm.conf dntpd.conf \
30         ftpusers group \
31         hosts hosts.allow hosts.equiv hosts.lpd \
32         inetd.conf login.access login.conf \
33         motd modems netconfig networks newsyslog.conf \
34         nscd.conf pf.conf phones printcap profile \
35         remote sensorsd.conf \
36         shells sysctl.conf syslog.conf usbd.conf \
37         etc.${MACHINE_ARCH}/ttys
38 .if defined(BINARY_UPGRADE) # location of these depends on upgrade method
39 BIN1+=  manpath.config
40 .else
41 BIN1+=  ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
42 .endif
43
44 .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
45 .if !defined(NO_OPENSSH)
46 DIRS+=  secure/lib/libssh \
47         secure/usr.bin/ssh \
48         secure/usr.sbin/sshd
49 .endif
50 DIRS+=  secure/usr.bin/openssl
51 .endif
52 DIRS+=  libexec/dma
53
54 # Files that should be installed read-only-executable (555) root:wheel
55 #
56 BIN2=   pccard_ether rc.firewall rc.suspend rc.resume
57
58 DEFAULTS= compilers.conf devfs.conf make.conf periodic.conf rc.conf uuids
59
60 MTREE=  BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
61         BSD.var.dist
62 .if !defined(NO_SENDMAIL)
63 MTREE+= BSD.sendmail.dist
64 .endif
65
66 NAMEDB= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \
67         make-localhost getroot README
68
69 PPPCNF= ppp.conf
70
71 ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
72         mailertable.sample aliases
73
74 # Special top level files for FreeBSD
75 FREEBSD=COPYRIGHT
76
77 # List of libraries in /usr/lib/compat that might have to be removed
78 # from /usr/lib.
79 COMPAT_LIBS != cd ${DESTDIR}/usr/lib/compat && find . -name '*.so.*'
80
81 # Use this directory as the source for new configuration files when upgrading
82 UPGRADE_SRCDIR?=${.CURDIR}
83
84 # Include file which contains obsolete files
85 .if exists(${DESTDIR}/etc/upgrade/Makefile_upgrade.inc)
86 .include "${DESTDIR}/etc/upgrade/Makefile_upgrade.inc"
87 .endif
88
89 remove-obsolete-files:
90         @if [ -z "${TO_REMOVE}" ]; then \
91                 echo "Please do a 'make installworld' first."; \
92                 echo "See build(7) for further information."; \
93                 exit 1; \
94         fi;
95         @echo "===> Remove now obsolete files"
96         @for item in ${TO_REMOVE:M*.info.gz}; do \
97                 if [ -e ${DESTDIR}$${item} ]; then \
98                         install-info --delete ${DESTDIR}$${item} \
99                             /usr/share/info/dir; \
100                 fi; \
101         done;
102         @for item in ${TO_REMOVE}; do \
103                 if [ -e ${DESTDIR}$${item} ]; then \
104                         echo "${DESTDIR}$${item}"; \
105                         rm -rf "${DESTDIR}$${item}"; \
106                 fi; \
107         done
108         @rm -f "${DESTDIR}/etc/upgrade/Makefile_upgrade.inc"
109
110 preupgrade:
111 .if !defined(NO_SENDMAIL)
112         (pw -V ${DESTDIR}/etc groupshow smmsp -q > /dev/null) || \
113                 pw -V ${DESTDIR}/etc groupadd smmsp -g 25
114         (pw -V ${DESTDIR}/etc usershow smmsp -q > /dev/null) || \
115                 pw -V ${DESTDIR}/etc useradd smmsp -u 25 \
116                    -c "Sendmail Submission User" \
117                    -d /var/spool/clientmqueue -s /sbin/nologin
118 .endif
119         (pw -V ${DESTDIR}/etc usershow _pflogd -q > /dev/null) || \
120                 pw -V ${DESTDIR}/etc useradd _pflogd -u 64 \
121                    -c "pflogd privsep user" \
122                    -d /var/empty -s /sbin/nologin
123         (pw -V ${DESTDIR}/etc usershow _sdpd -q > /dev/null) || \
124                 pw -V ${DESTDIR}/etc useradd _sdpd -u 70 \
125                    -c "sdpd privsep user" \
126                    -d /var/empty -s /sbin/nologin
127         (pw -V ${DESTDIR}/etc usershow _dhcp -q > /dev/null) || \
128                 pw -V ${DESTDIR}/etc useradd _dhcp -u 77 \
129                    -c "DHCP programs" \
130                    -d /var/empty -s /sbin/nologin
131         (pw -V ${DESTDIR}/etc groupshow authpf -q > /dev/null) || \
132                 pw -V ${DESTDIR}/etc groupadd authpf -g 63
133         (pw -V ${DESTDIR}/etc groupshow _pflogd -q > /dev/null) || \
134                 pw -V ${DESTDIR}/etc groupadd _pflogd -g 64
135         (pw -V ${DESTDIR}/etc groupshow _sdpd -q > /dev/null) || \
136                 pw -V ${DESTDIR}/etc groupadd _sdpd -g 70
137         (pw -V ${DESTDIR}/etc groupshow _dhcp -q > /dev/null) || \
138                 pw -V ${DESTDIR}/etc groupadd _dhcp -g 77
139
140 upgrade_etc:    preupgrade remove-obsolete-files
141         # files that should be dirs (not possible with Makefile_upgrade.inc)
142 .for f in usr/include/dev/misc/ppi
143         [ -d ${DESTDIR}/${f} ] || rm -f ${DESTDIR}/${f}
144 .endfor
145 .if !defined(BINARY_UPGRADE) # binary upgrade just copies these files
146         cd ${UPGRADE_SRCDIR}/../share/mk; ${MAKE} install
147 .endif
148         cd ${UPGRADE_SRCDIR}; \
149             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
150                 ${BINUPDATE} ${DESTDIR}/etc; \
151             cap_mkdb ${DESTDIR}/etc/login.conf; \
152             for f in ${BIN1}; do \
153                 [ -e "${DESTDIR}/etc/$${f##*/}" ] || \
154                     ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
155                         $$f ${DESTDIR}/etc; \
156             done; \
157             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
158                 ${BIN2} ${DESTDIR}/etc;
159         cd ${UPGRADE_SRCDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
160             ${DEFAULTS} ${DESTDIR}/etc/defaults
161         cd ${UPGRADE_SRCDIR}/periodic; ${MAKE} install
162         mkdir -p ${DESTDIR}/etc/rc.d
163         cd ${UPGRADE_SRCDIR}/rc.d; ${MAKE} install 
164         # "../share/termcap/make etc-termcap" expanded inline here:
165         ${LN} -fs /usr/share/misc/termcap ${DESTDIR}/etc/termcap
166         # "../usr.sbin/rmt/make etc-rmt" expanded inline here:
167         ${LN} -fs /usr/sbin/rmt ${DESTDIR}/etc/rmt
168 .if !defined(BINARY_UPGRADE) # XXX not yet handled by binary upgrade
169 .if !defined(NO_SENDMAIL)
170         cd ${UPGRADE_SRCDIR}/sendmail; ${MAKE} upgrade
171 .endif
172 .endif
173 .if !defined(NO_I4B)
174         cd ${UPGRADE_SRCDIR}/isdn; ${MAKE} install
175 .endif
176         cd ${UPGRADE_SRCDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
177             ${MTREE} ${DESTDIR}/etc/mtree
178         cd ${UPGRADE_SRCDIR}/bluetooth; ${MAKE} install
179         cd ${UPGRADE_SRCDIR}/dma; ${MAKE} install
180         cd ${UPGRADE_SRCDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 Makefile.usr ${DESTDIR}/usr/Makefile
181 .if !exists(${DESTDIR}/etc/pam.d)
182         mkdir -p ${DESTDIR}/etc/pam.d
183         cd ${UPGRADE_SRCDIR}/pam.d; ${MAKE} install
184         sh ${DESTDIR}/etc/pam.d/convert.sh ${DESTDIR}/etc/pam.d ${DESTDIR}/etc/pam.conf
185 .else
186 .for pamconf in README convert.sh atrun cron passwd rsh su system
187 .if !exists(${DESTDIR}/etc/pam.d/${pamconf})
188         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${UPGRADE_SRCDIR}/pam.d/${pamconf} ${DESTDIR}/etc/pam.d
189 .endif
190 .endfor
191 .endif
192         # these removals must occur AFTER any pam conversion
193         csh -c "rm -f /usr/lib/pam_{cleartext_pass_ok,deny,opie,opieaccess,permit,radius,skey,ssh,tacplus,unix}.so"
194         rm -f /etc/pam.conf
195 .if !defined(BINARY_UPGRADE) # binary upgrade just copies these files
196         cd ${UPGRADE_SRCDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
197             ${FREEBSD} ${DESTDIR}/
198 .endif
199         rm -f ${DESTDIR}/usr/include/machine/ioctl_meteor.h
200         rm -f ${DESTDIR}/usr/include/machine/ioctl_bt848.h
201         ${LN} -s "../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr/include/machine/ioctl_bt848.h
202         ${LN} -s "../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr/include/machine/ioctl_meteor.h
203 .if exists(${DESTDIR}/usr/lib/gcc2)
204         ldconfig -m ${DESTDIR}/usr/lib/gcc2
205 .endif
206 .for lib in ${COMPAT_LIBS:M*.so.*}
207 .if exists(${DESTDIR}/usr/lib/${lib})
208         chflags noschg ${DESTDIR}/usr/lib/${lib}
209         rm -f ${DESTDIR}/usr/lib/${lib}
210 .endif
211 .endfor
212 .if !defined(NO_OPENSSH)
213         cd ${.CURDIR}/../secure/lib/libssh; ${MAKE} -f Makefile.etc obj
214         cd ${.CURDIR}/../secure/lib/libssh; ${MAKE} -f Makefile.etc install
215 .endif
216 .if exists(${DESTDIR}/boot)
217 .if exists(${DESTDIR}/kernel)
218         chflags noschg ${DESTDIR}/kernel
219         mv ${DESTDIR}/kernel ${DESTDIR}/boot/kernel
220         chflags schg ${DESTDIR}/boot/kernel
221 .endif
222 .if exists(${DESTDIR}/modules)
223         mv ${DESTDIR}/modules ${DESTDIR}/boot/modules
224         rm -rf ${DESTDIR}/boot/modules/modules
225 .endif
226 .if exists(${DESTDIR}/kernel.old)
227         mv ${DESTDIR}/kernel.old ${DESTDIR}/boot/kernel.old
228 .endif
229 .if exists(${DESTDIR}/modules.old)
230         mv ${DESTDIR}/modules.old ${DESTDIR}/boot/modules.old
231         rm -rf ${DESTDIR}/boot/modules.old/modules.old
232 .endif
233 .endif
234         ldconfig -R
235         mkdir -p ${DESTDIR}/dev
236
237 # The existence of cleartext_pass_ok means pam config files are out of date.
238         @set - `fgrep cleartext_pass_ok ${DESTDIR}/etc/pam.d/*`; \
239         if [ $$# -gt 0 ] ; \
240         then \
241                 echo "It appears your PAM configuration files need to be updated"; \
242                 echo "This can be done by manually editing the files or:"; \
243                 echo "  cd ${UPGRADE_SRCDIR}/pam.d"; \
244                 echo "  make install"; \
245         fi
246
247 distribution:
248         cd ${.CURDIR}; \
249             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
250                 ${BINUPDATE} ${DESTDIR}/etc; \
251             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
252                 ${BIN1} ${DESTDIR}/etc; \
253             cap_mkdb ${DESTDIR}/etc/login.conf; \
254             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
255                 ${BIN2} ${DESTDIR}/etc; \
256             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
257                 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
258             pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
259         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
260             ${DEFAULTS} ${DESTDIR}/etc/defaults
261         cd ${.CURDIR}/pam.d; ${MAKE} install
262         cd ${.CURDIR}/bluetooth; ${MAKE} install
263         cd ${.CURDIR}/periodic; ${MAKE} install
264         cd ${.CURDIR}/rc.d; ${MAKE} install 
265         cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
266         cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
267         cd ${.CURDIR}; \
268             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
269                 Makefile.usr ${DESTDIR}/usr/Makefile
270 .if !defined(NO_I4B)
271         cd ${.CURDIR}/isdn; ${MAKE} install
272 .endif
273 .if !defined(NO_SENDMAIL)
274         cd ${.CURDIR}/sendmail; ${MAKE} obj
275         cd ${.CURDIR}/sendmail; ${MAKE} distribution
276 .endif
277 .for dir in ${DIRS}
278 .if exists(${.CURDIR}/../${dir}/Makefile.etc)
279         cd ${.CURDIR}/../${dir}; ${MAKE} -f Makefile.etc obj
280         cd ${.CURDIR}/../${dir}; ${MAKE} -f Makefile.etc install
281 .endif
282 .endfor
283         mkdir -p ${DESTDIR}/dev
284         cd ${.CURDIR}/root; \
285             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
286                 dot.cshrc ${DESTDIR}/root/.cshrc; \
287             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
288                 dot.klogin ${DESTDIR}/root/.klogin; \
289             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
290                 dot.login ${DESTDIR}/root/.login; \
291             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
292                 dot.profile ${DESTDIR}/root/.profile; \
293             rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
294             ${LN} ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
295             ${LN} ${DESTDIR}/root/.profile ${DESTDIR}/.profile
296         cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
297             ${MTREE} ${DESTDIR}/etc/mtree
298         cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
299             ${NAMEDB} ${DESTDIR}/etc/namedb
300         cd ${.CURDIR}/ppp; ${INSTALL} -o root -g ${BINGRP} -m 600 \
301             ${PPPCNF} ${DESTDIR}/etc/ppp
302         cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
303             ${ETCMAIL} ${DESTDIR}/etc/mail
304         @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
305               ! -f ${DESTDIR}/etc/aliases ]; then \
306                 set -x; \
307                 ${LN} -s mail/aliases ${DESTDIR}/etc/aliases; \
308         fi
309         ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
310             ${DESTDIR}/etc/dumpdates
311         ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
312             ${DESTDIR}/var/db/locate.database
313         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
314             ${DESTDIR}/var/log/auth.log
315         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
316             ${DESTDIR}/var/log/cron
317         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
318             ${DESTDIR}/var/log/lpd-errs
319         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
320             ${DESTDIR}/var/log/maillog
321         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
322             ${DESTDIR}/var/log/lastlog
323         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
324             ${DESTDIR}/var/log/messages
325         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
326             ${DESTDIR}/var/log/security
327         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
328             ${DESTDIR}/var/log/slip.log
329         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
330             ${DESTDIR}/var/log/ppp.log
331         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
332             ${DESTDIR}/var/log/wtmp
333         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
334             ${DESTDIR}/var/run/utmp
335         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
336             ${DESTDIR}/var/crash
337         cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
338             ${FREEBSD} ${DESTDIR}/
339 .if !defined(NOMAN)
340         cd ${.CURDIR}/../share/man; ${MAKE} makedb
341 .endif
342
343 distrib-dirs:
344         -set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
345         while [ $$# -gt 0 ] ; \
346         do \
347                 for dir in /usr/share/locale \
348                            /usr/share/nls \
349                            /usr/local/share/nls; \
350                 do \
351                         test -d ${DESTDIR}/$${dir} && cd ${DESTDIR}/$${dir}; \
352                         test -L "$$2" && rm -rf "$$2"; \
353                         test \! -L "$$1" && test -d "$$1" && mv "$$1" "$$2"; \
354                 done; \
355                 shift; shift; \
356         done
357         mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
358         mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
359         mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
360         mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
361                 -p ${DESTDIR}/usr/include
362 .if !defined(NO_SENDMAIL)
363         mtree -deU -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
364 .endif
365         cd ${DESTDIR}/etc/namedb; rm -f etc/namedb; ${LN} -s ".." etc/namedb
366         cd ${DESTDIR}/; test -e sys || (rm -f sys;  ${LN} -s usr/src/sys sys)
367         cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ${LN} -sf ../man* .
368         cd ${DESTDIR}/usr/share/man; \
369         set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
370         while [ $$# -gt 0 ] ; \
371         do \
372                 rm -rf "$$1"; \
373                 ${LN} -s "$$2" "$$1"; \
374                 shift; shift; \
375         done
376         cd ${DESTDIR}/usr/share/locale; \
377         set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
378         while [ $$# -gt 0 ] ; \
379         do \
380                 rm -rf "$$1"; \
381                 ${LN} -s "$$2" "$$1"; \
382                 shift; shift; \
383         done
384         cd ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1; ${LN} -sf ../man* .
385         cd ${DESTDIR}/usr/share/nls; \
386         set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
387         while [ $$# -gt 0 ] ; \
388         do \
389                 rm -rf "$$1"; \
390                 ${LN} -s "$$2" "$$1"; \
391                 shift; shift; \
392         done
393
394 etc-examples:
395         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
396             ${BINUPDATE} ${BIN1} ${BIN2} nsmb.conf opieaccess \
397             ${DESTDIR}/usr/share/examples/etc
398         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
399             ${DEFAULTS} ${DESTDIR}/usr/share/examples/etc/defaults
400
401 .include <bsd.prog.mk>