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 $
4 .if
!defined
(NO_SENDMAIL
)
8 # Files that should be installed read-only (444)
10 BINUPDATE
= apmd.conf fbtab gettytab network.subr \
14 rc.sendmail rc.shutdown \
15 rc.subr rpc services \
16 etc.
${MACHINE_ARCH}/disktab
17 .if defined
(BINARY_UPGRADE
) # location of these depends on upgrade method
18 BINUPDATE
+=mail.rc locate.rc
20 BINUPDATE
+=${.CURDIR
}/..
/usr.bin
/mail
/misc
/mail.rc \
21 ${.CURDIR
}/..
/usr.bin
/locate
/locate
/locate.rc
24 # Initial distribution files are installed read-write (644)
26 BIN1
= amd.map auth.conf \
27 crontab csh.cshrc csh.login csh.logout \
28 devd.conf devtab dhclient.conf dm.conf dntpd.conf \
30 hosts hosts.allow hosts.equiv hosts.lpd \
31 inetd.conf login.access login.conf \
32 motd modems netconfig networks newsyslog.conf \
33 nscd.conf pf.conf phones printcap profile \
34 regdomain.xml 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
40 BIN1
+= ${.CURDIR
}/..
/gnu
/usr.bin
/man
/manpath
/manpath.config
43 .if exists
(${.CURDIR
}/..
/crypto
) && !defined
(NO_OPENSSL
)
44 .if
!defined
(NO_OPENSSH
)
45 DIRS
+= secure
/lib
/libssh \
49 DIRS
+= secure
/usr.bin
/openssl
53 # Files that should be installed read-only-executable (555) root:wheel
55 BIN2
= pccard_ether rc.firewall rc.suspend rc.resume
57 DEFAULTS
= compilers.conf devfs.conf make.conf mkinitrd.conf periodic.conf \
58 pfi.conf rc.conf uuids
60 MTREE
= BSD.
include.
dist BSD.local.
dist BSD.root.
dist BSD.usr.
dist \
62 .if
!defined
(NO_SENDMAIL
)
63 MTREE
+= BSD.sendmail.
dist
68 ETCMAIL
=Makefile README mailer.conf access.sample virtusertable.sample \
69 mailertable.sample aliases
71 # List of libraries in /usr/lib/compat that might have to be removed
73 .if
${MACHINE_ARCH} == "i386"
74 COMPAT_LIBS
!= cd
${DESTDIR}/usr
/lib
/compat
&& find .
-name
'*.so.*'
77 # Use this directory as the source for new configuration files when upgrading
78 UPGRADE_SRCDIR?
=${.CURDIR
}
80 # Include file which contains obsolete files
81 .if exists
(${DESTDIR}/etc
/upgrade
/Makefile_upgrade.inc
)
82 .
include "${DESTDIR}/etc/upgrade/Makefile_upgrade.inc"
85 remove-obsolete-files
:
86 @if
[ -z
"${TO_REMOVE}" ]; then \
87 echo
"Please do a 'make installworld' first."; \
88 echo
"See build(7) for further information."; \
91 @echo
"===> Remove now obsolete files"
92 @for item in
${TO_REMOVE
:M
*.
info.gz
}; do \
93 if
[ -e
${DESTDIR}$${item} ]; then \
94 install-info
--delete
${DESTDIR}$${item} \
95 /usr
/share
/info/dir; \
98 @for item in
${TO_REMOVE}; do \
99 if
[ -e
${DESTDIR}$${item} -o
-L
${DESTDIR}$${item} ]; then \
100 echo
"${DESTDIR}$${item}"; \
101 chflags
-Rf noschg
"${DESTDIR}$${item}"; \
102 rm -rf
"${DESTDIR}$${item}"; \
107 (pw
-V
${DESTDIR}/etc usershow mail
-q
> /dev
/null
) || \
108 pw
-V
${DESTDIR}/etc useradd mail
-u
6 -g
6 \
110 -d
/nonexistent
-s
/sbin
/nologin
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
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 \
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
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 usr
/share
/initrd
/sbin
143 [ -d
${DESTDIR}/${f} ] ||
rm -f
${DESTDIR}/${f}
145 .if
!defined
(BINARY_UPGRADE
) # binary upgrade just copies these files
146 cd
${UPGRADE_SRCDIR}/..
/share
/mk
; ${MAKE} install
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
; \
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
173 cd
${UPGRADE_SRCDIR}/mtree
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
174 ${MTREE} ${DESTDIR}/etc
/mtree
175 cd
${UPGRADE_SRCDIR}/bluetooth
; ${MAKE} install
176 cd
${UPGRADE_SRCDIR}; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 Makefile.usr
${DESTDIR}/usr
/Makefile
177 .if
!exists
(${DESTDIR}/etc
/pam.d
)
178 mkdir
-p
${DESTDIR}/etc
/pam.d
179 cd
${UPGRADE_SRCDIR}/pam.d
; ${MAKE} install
180 sh
${DESTDIR}/etc
/pam.d
/convert.sh
${DESTDIR}/etc
/pam.d
${DESTDIR}/etc
/pam.conf
182 .for pamconf in README convert.sh atrun cron passwd rsh su system
183 .if
!exists
(${DESTDIR}/etc
/pam.d
/${pamconf})
184 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 ${UPGRADE_SRCDIR}/pam.d
/${pamconf} ${DESTDIR}/etc
/pam.d
188 # these removals must occur AFTER any pam conversion
189 csh
-c
"rm -f /usr/lib/pam_{cleartext_pass_ok,deny,opie,opieaccess,permit,radius,skey,ssh,tacplus,unix}.so"
191 .if
!defined
(BINARY_UPGRADE
) # binary upgrade just copies these files
192 cd
${UPGRADE_SRCDIR}/..
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
193 COPYRIGHT
${DESTDIR}/
195 rm -f
${DESTDIR}/usr
/include/machine
/ioctl_meteor.h
196 rm -f
${DESTDIR}/usr
/include/machine
/ioctl_bt848.h
197 rm -f
${DESTDIR}/usr
/include/sys
/ata.h
198 ${LN} -s
"../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr
/include/machine
/ioctl_bt848.h
199 ${LN} -s
"../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr
/include/machine
/ioctl_meteor.h
200 ${LN} -s nata.h
${DESTDIR}/usr
/include/sys
/ata.h
201 .if exists
(${DESTDIR}/usr
/lib
/gcc2
)
202 ldconfig
-m
${DESTDIR}/usr
/lib
/gcc2
204 .for lib in
${COMPAT_LIBS
:M
*.so.
*}
205 .if exists
(${DESTDIR}/usr
/lib
/${lib})
206 chflags noschg
${DESTDIR}/usr
/lib
/${lib}
207 rm -f
${DESTDIR}/usr
/lib
/${lib}
210 .if
!defined
(NO_OPENSSH
)
211 cd
${.CURDIR
}/..
/secure
/lib
/libssh
; ${MAKE} -f Makefile.etc obj
212 cd
${.CURDIR
}/..
/secure
/lib
/libssh
; ${MAKE} -f Makefile.etc
install
214 .if exists
(${DESTDIR}/boot
)
215 .if exists
(${DESTDIR}/kernel
)
216 chflags noschg
${DESTDIR}/kernel
217 mv
${DESTDIR}/kernel
${DESTDIR}/boot
/kernel
218 chflags schg
${DESTDIR}/boot
/kernel
220 .if exists
(${DESTDIR}/modules
)
221 mv
${DESTDIR}/modules
${DESTDIR}/boot
/modules
222 rm -rf
${DESTDIR}/boot
/modules
/modules
224 .if exists
(${DESTDIR}/kernel.old
)
225 mv
${DESTDIR}/kernel.old
${DESTDIR}/boot
/kernel.old
227 .if exists
(${DESTDIR}/modules.old
)
228 mv
${DESTDIR}/modules.old
${DESTDIR}/boot
/modules.old
229 rm -rf
${DESTDIR}/boot
/modules.old
/modules.old
232 .if exists
(${DESTDIR}/etc
/settings.conf
)
233 mv
${DESTDIR}/etc
/settings.conf
${DESTDIR}/etc
/pkg_radd.conf
235 for ext in a so
.0; do \
236 f
=${DESTDIR}/usr
/lib
/libpthread.
$$ext; \
237 dest
=$$(readlink
"$$f"); \
239 libthread_xu.
*|libc_r.
*) \
240 ln
-fs thread
/$$dest $$f ;; \
244 mkdir
-p
${DESTDIR}/dev
246 # The existence of cleartext_pass_ok means pam config files are out of date.
247 @set
- `fgrep cleartext_pass_ok ${DESTDIR}/etc/pam.d/*`; \
250 echo
"It appears your PAM configuration files need to be updated"; \
251 echo
"This can be done by manually editing the files or:"; \
252 echo
" cd ${UPGRADE_SRCDIR}/pam.d"; \
253 echo
" make install"; \
258 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
259 ${BINUPDATE} ${DESTDIR}/etc
; \
260 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
261 ${BIN1} ${DESTDIR}/etc
; \
262 cap_mkdb
${DESTDIR}/etc
/login.conf
; \
263 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
555 \
264 ${BIN2} ${DESTDIR}/etc
; \
265 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
600 \
266 master.passwd nsmb.conf opieaccess
${DESTDIR}/etc
; \
267 pwd_mkdb
-p
-d
${DESTDIR}/etc
${DESTDIR}/etc
/master.passwd
268 cd
${.CURDIR
}/defaults
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
269 ${DEFAULTS} ${DESTDIR}/etc
/defaults
270 cd
${.CURDIR
}/pam.d
; ${MAKE} install
271 cd
${.CURDIR
}/bluetooth
; ${MAKE} install
272 cd
${.CURDIR
}/periodic
; ${MAKE} install
273 cd
${.CURDIR
}/rc.d
; ${MAKE} install
274 cd
${.CURDIR
}/..
/share
/termcap
; ${MAKE} etc-termcap
275 cd
${.CURDIR
}/..
/usr.sbin
/rmt
; ${MAKE} etc-rmt
277 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
278 Makefile.usr
${DESTDIR}/usr
/Makefile
279 .if
!defined
(NO_SENDMAIL
)
280 cd
${.CURDIR
}/sendmail
; ${MAKE} obj
281 cd
${.CURDIR
}/sendmail
; ${MAKE} distribution
284 .if exists
(${.CURDIR
}/..
/${dir}/Makefile.etc
)
285 cd
${.CURDIR
}/..
/${dir}; ${MAKE} -f Makefile.etc obj
286 cd
${.CURDIR
}/..
/${dir}; ${MAKE} -f Makefile.etc
install
289 mkdir
-p
${DESTDIR}/dev
290 cd
${.CURDIR
}/root
; \
291 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
292 dot.cshrc
${DESTDIR}/root
/.cshrc
; \
293 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
294 dot.klogin
${DESTDIR}/root
/.klogin
; \
295 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
296 dot.login
${DESTDIR}/root
/.login
; \
297 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
298 dot.profile
${DESTDIR}/root
/.profile
; \
299 rm -f
${DESTDIR}/.cshrc
${DESTDIR}/.profile
; \
300 cd
${.CURDIR
}/mtree
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
301 ${MTREE} ${DESTDIR}/etc
/mtree
302 cd
${.CURDIR
}/ppp
; ${INSTALL} -o root
-g
${BINGRP} -m
600 \
303 ${PPPCNF} ${DESTDIR}/etc
/ppp
304 cd
${.CURDIR
}/mail
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
305 ${ETCMAIL} ${DESTDIR}/etc
/mail
306 @if
[ -d
${DESTDIR}/etc
/mail
-a
-f
${DESTDIR}/etc
/mail
/aliases
-a \
307 ! -f
${DESTDIR}/etc
/aliases
]; then \
309 ${LN} -s mail
/aliases
${DESTDIR}/etc
/aliases
; \
311 ${INSTALL} -o
${BINOWN} -g operator
-m
664 /dev
/null \
312 ${DESTDIR}/etc
/dumpdates
313 ${INSTALL} -o nobody
-g
${BINGRP} -m
644 /dev
/null \
314 ${DESTDIR}/var
/db
/locate.database
315 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
600 /dev
/null \
316 ${DESTDIR}/var
/log
/auth.log
317 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
600 /dev
/null \
318 ${DESTDIR}/var
/log
/cron
319 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
640 /dev
/null \
320 ${DESTDIR}/var
/log
/daemon
321 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
322 ${DESTDIR}/var
/log
/lpd-errs
323 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
640 /dev
/null \
324 ${DESTDIR}/var
/log
/maillog
325 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
326 ${DESTDIR}/var
/log
/lastlog
327 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
328 ${DESTDIR}/var
/log
/lastlogx
329 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
330 ${DESTDIR}/var
/log
/messages
331 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
600 /dev
/null \
332 ${DESTDIR}/var
/log
/security
333 ${INSTALL} -o
${BINOWN} -g network
-m
640 /dev
/null \
334 ${DESTDIR}/var
/log
/slip.log
335 ${INSTALL} -o
${BINOWN} -g network
-m
640 /dev
/null \
336 ${DESTDIR}/var
/log
/ppp.log
337 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
338 ${DESTDIR}/var
/log
/wtmp
339 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
340 ${DESTDIR}/var
/log
/wtmpx
341 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
342 ${DESTDIR}/var
/run
/utmp
343 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
344 ${DESTDIR}/var
/run
/utmpx
345 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 ${.CURDIR
}/minfree \
347 cd
${.CURDIR
}/..
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
348 COPYRIGHT
${DESTDIR}/
349 rm -f
${DESTDIR}/usr
/include/machine
/ioctl_bt848.h
350 rm -f
${DESTDIR}/usr
/include/machine
/ioctl_meteor.h
351 rm -f
${DESTDIR}/usr
/include/sys
/ata.h
352 ${LN} -s
"../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr
/include/machine
/ioctl_bt848.h
353 ${LN} -s
"../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr
/include/machine
/ioctl_meteor.h
354 ${LN} -s nata.h
${DESTDIR}/usr
/include/sys
/ata.h
356 cd
${.CURDIR
}/..
/share
/man
; ${MAKE} makedb
360 -set
- `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
361 while
[ $$# -gt 0 ] ; \
363 for
dir in
/usr
/share
/locale \
365 /usr
/local
/share
/nls
; \
367 test -d
${DESTDIR}/$${dir} && cd
${DESTDIR}/$${dir}; \
368 test -L
"$$2" && rm -rf
"$$2"; \
369 test \
! -L
"$$1" && test -d
"$$1" && mv
"$$1" "$$2"; \
373 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.root.
dist -p
${DESTDIR}/
374 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.var.
dist -p
${DESTDIR}/var
375 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.usr.
dist -p
${DESTDIR}/usr
376 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.
include.
dist \
377 -p
${DESTDIR}/usr
/include
378 .if
!defined
(NO_SENDMAIL
)
379 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.sendmail.
dist -p
${DESTDIR}/
381 cd
${DESTDIR}/; test -e sys ||
(rm -f sys
; ${LN} -s usr
/src
/sys sys
)
382 cd
${DESTDIR}/usr
/share
/man
/en.ISO8859-1
; ${LN} -sf ..
/man
* .
383 cd
${DESTDIR}/usr
/share
/man
; \
384 set
- `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
385 while
[ $$# -gt 0 ] ; \
388 ${LN} -s
"$$2" "$$1"; \
391 cd
${DESTDIR}/usr
/share
/locale
; \
392 set
- `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
393 while
[ $$# -gt 0 ] ; \
396 ${LN} -s
"$$2" "$$1"; \
399 cd
${DESTDIR}/usr
/share
/openssl
/man
/en.ISO8859-1
; ${LN} -sf ..
/man
* .
400 cd
${DESTDIR}/usr
/share
/nls
; \
401 set
- `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
402 while
[ $$# -gt 0 ] ; \
405 ${LN} -s
"$$2" "$$1"; \
410 cd
${.CURDIR
}; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
411 ${BINUPDATE} ${BIN1} ${BIN2} nsmb.conf opieaccess \
412 ${DESTDIR}/usr
/share
/examples
/etc
413 cd
${.CURDIR
}/defaults
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
414 ${DEFAULTS} ${DESTDIR}/usr
/share
/examples
/etc
/defaults
416 .
include <bsd.prog.mk
>