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