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 $
5 .if
!defined
(NO_SENDMAIL
)
9 # Files that should be installed read-only (444)
11 BINUPDATE
= apmd.conf fbtab gettytab network.subr \
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
21 BINUPDATE
+=${.CURDIR
}/..
/usr.bin
/mail
/misc
/mail.rc \
22 ${.CURDIR
}/..
/usr.bin
/locate
/locate
/locate.rc
25 # Initial distribution files are installed read-write (644)
27 BIN1
= amd.map auth.conf \
28 crontab csh.cshrc csh.login csh.logout \
29 devd.conf devtab dhclient.conf dm.conf dntpd.conf \
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 regdomain.xml 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
41 BIN1
+= ${.CURDIR
}/..
/gnu
/usr.bin
/man
/manpath
/manpath.config
44 .if exists
(${.CURDIR
}/..
/crypto
) && !defined
(NO_OPENSSL
)
45 .if
!defined
(NO_OPENSSH
)
46 DIRS
+= secure
/lib
/libssh \
50 DIRS
+= secure
/usr.bin
/openssl
54 # Files that should be installed read-only-executable (555) root:wheel
56 BIN2
= pccard_ether rc.firewall rc.suspend rc.resume
58 DEFAULTS
= compilers.conf devfs.conf make.conf periodic.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 # Special top level files for FreeBSD
74 # List of libraries in /usr/lib/compat that might have to be removed
76 COMPAT_LIBS
!= cd
${DESTDIR}/usr
/lib
/compat
&& find .
-name
'*.so.*'
78 # Use this directory as the source for new configuration files when upgrading
79 UPGRADE_SRCDIR?
=${.CURDIR
}
81 # Include file which contains obsolete files
82 .if exists
(${DESTDIR}/etc
/upgrade
/Makefile_upgrade.inc
)
83 .
include "${DESTDIR}/etc/upgrade/Makefile_upgrade.inc"
86 remove-obsolete-files
:
87 @if
[ -z
"${TO_REMOVE}" ]; then \
88 echo
"Please do a 'make installworld' first."; \
89 echo
"See build(7) for further information."; \
92 @echo
"===> Remove now obsolete files"
93 @for item in
${TO_REMOVE
:M
*.
info.gz
}; do \
94 if
[ -e
${DESTDIR}$${item} ]; then \
95 install-info
--delete
${DESTDIR}$${item} \
96 /usr
/share
/info/dir; \
99 @for item in
${TO_REMOVE}; do \
100 if
[ -e
${DESTDIR}$${item} -o
-L
${DESTDIR}$${item} ]; then \
101 echo
"${DESTDIR}$${item}"; \
102 rm -rf
"${DESTDIR}$${item}"; \
107 .if
!defined
(NO_SENDMAIL
)
108 (pw
-V
${DESTDIR}/etc groupshow smmsp
-q
> /dev
/null
) || \
109 pw
-V
${DESTDIR}/etc groupadd smmsp
-g
25
110 (pw
-V
${DESTDIR}/etc usershow smmsp
-q
> /dev
/null
) || \
111 pw
-V
${DESTDIR}/etc useradd smmsp
-u
25 \
112 -c
"Sendmail Submission User" \
113 -d
/var
/spool
/clientmqueue
-s
/sbin
/nologin
115 (pw
-V
${DESTDIR}/etc usershow _pflogd
-q
> /dev
/null
) || \
116 pw
-V
${DESTDIR}/etc useradd _pflogd
-u
64 \
117 -c
"pflogd privsep user" \
118 -d
/var
/empty
-s
/sbin
/nologin
119 (pw
-V
${DESTDIR}/etc usershow _sdpd
-q
> /dev
/null
) || \
120 pw
-V
${DESTDIR}/etc useradd _sdpd
-u
70 \
121 -c
"sdpd privsep user" \
122 -d
/var
/empty
-s
/sbin
/nologin
123 (pw
-V
${DESTDIR}/etc usershow _dhcp
-q
> /dev
/null
) || \
124 pw
-V
${DESTDIR}/etc useradd _dhcp
-u
77 \
126 -d
/var
/empty
-s
/sbin
/nologin
127 (pw
-V
${DESTDIR}/etc groupshow authpf
-q
> /dev
/null
) || \
128 pw
-V
${DESTDIR}/etc groupadd authpf
-g
63
129 (pw
-V
${DESTDIR}/etc groupshow _pflogd
-q
> /dev
/null
) || \
130 pw
-V
${DESTDIR}/etc groupadd _pflogd
-g
64
131 (pw
-V
${DESTDIR}/etc groupshow _sdpd
-q
> /dev
/null
) || \
132 pw
-V
${DESTDIR}/etc groupadd _sdpd
-g
70
133 (pw
-V
${DESTDIR}/etc groupshow _dhcp
-q
> /dev
/null
) || \
134 pw
-V
${DESTDIR}/etc groupadd _dhcp
-g
77
136 upgrade_etc
: preupgrade remove-obsolete-files
137 # files that should be dirs (not possible with Makefile_upgrade.inc)
138 .for f in usr
/include/dev
/misc
/ppi usr
/share
/initrd
/sbin
139 [ -d
${DESTDIR}/${f} ] ||
rm -f
${DESTDIR}/${f}
141 .if
!defined
(BINARY_UPGRADE
) # binary upgrade just copies these files
142 cd
${UPGRADE_SRCDIR}/..
/share
/mk
; ${MAKE} install
144 cd
${UPGRADE_SRCDIR}; \
145 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
146 ${BINUPDATE} ${DESTDIR}/etc
; \
147 cap_mkdb
${DESTDIR}/etc
/login.conf
; \
148 for f in
${BIN1}; do \
149 [ -e
"${DESTDIR}/etc/$${f##*/}" ] || \
150 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
151 $$f ${DESTDIR}/etc
; \
153 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
555 \
154 ${BIN2} ${DESTDIR}/etc
;
155 cd
${UPGRADE_SRCDIR}/defaults
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
156 ${DEFAULTS} ${DESTDIR}/etc
/defaults
157 cd
${UPGRADE_SRCDIR}/periodic
; ${MAKE} install
158 mkdir
-p
${DESTDIR}/etc
/rc.d
159 cd
${UPGRADE_SRCDIR}/rc.d
; ${MAKE} install
160 # "../share/termcap/make etc-termcap" expanded inline here:
161 ${LN} -fs
/usr
/share
/misc
/termcap
${DESTDIR}/etc
/termcap
162 # "../usr.sbin/rmt/make etc-rmt" expanded inline here:
163 ${LN} -fs
/usr
/sbin
/rmt
${DESTDIR}/etc
/rmt
164 .if
!defined
(BINARY_UPGRADE
) # XXX not yet handled by binary upgrade
165 .if
!defined
(NO_SENDMAIL
)
166 cd
${UPGRADE_SRCDIR}/sendmail
; ${MAKE} upgrade
170 cd
${UPGRADE_SRCDIR}/isdn
; ${MAKE} install
172 cd
${UPGRADE_SRCDIR}/mtree
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
173 ${MTREE} ${DESTDIR}/etc
/mtree
174 cd
${UPGRADE_SRCDIR}/bluetooth
; ${MAKE} install
175 cd
${UPGRADE_SRCDIR}; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 Makefile.usr
${DESTDIR}/usr
/Makefile
176 .if
!exists
(${DESTDIR}/etc
/pam.d
)
177 mkdir
-p
${DESTDIR}/etc
/pam.d
178 cd
${UPGRADE_SRCDIR}/pam.d
; ${MAKE} install
179 sh
${DESTDIR}/etc
/pam.d
/convert.sh
${DESTDIR}/etc
/pam.d
${DESTDIR}/etc
/pam.conf
181 .for pamconf in README convert.sh atrun cron passwd rsh su system
182 .if
!exists
(${DESTDIR}/etc
/pam.d
/${pamconf})
183 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 ${UPGRADE_SRCDIR}/pam.d
/${pamconf} ${DESTDIR}/etc
/pam.d
187 # these removals must occur AFTER any pam conversion
188 csh
-c
"rm -f /usr/lib/pam_{cleartext_pass_ok,deny,opie,opieaccess,permit,radius,skey,ssh,tacplus,unix}.so"
190 .if
!defined
(BINARY_UPGRADE
) # binary upgrade just copies these files
191 cd
${UPGRADE_SRCDIR}/..
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
192 ${FREEBSD} ${DESTDIR}/
194 rm -f
${DESTDIR}/usr
/include/machine
/ioctl_meteor.h
195 rm -f
${DESTDIR}/usr
/include/machine
/ioctl_bt848.h
196 ${LN} -s
"../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr
/include/machine
/ioctl_bt848.h
197 ${LN} -s
"../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr
/include/machine
/ioctl_meteor.h
198 .if exists
(${DESTDIR}/usr
/lib
/gcc2
)
199 ldconfig
-m
${DESTDIR}/usr
/lib
/gcc2
201 .for lib in
${COMPAT_LIBS
:M
*.so.
*}
202 .if exists
(${DESTDIR}/usr
/lib
/${lib})
203 chflags noschg
${DESTDIR}/usr
/lib
/${lib}
204 rm -f
${DESTDIR}/usr
/lib
/${lib}
207 .if
!defined
(NO_OPENSSH
)
208 cd
${.CURDIR
}/..
/secure
/lib
/libssh
; ${MAKE} -f Makefile.etc obj
209 cd
${.CURDIR
}/..
/secure
/lib
/libssh
; ${MAKE} -f Makefile.etc
install
211 .if exists
(${DESTDIR}/boot
)
212 .if exists
(${DESTDIR}/kernel
)
213 chflags noschg
${DESTDIR}/kernel
214 mv
${DESTDIR}/kernel
${DESTDIR}/boot
/kernel
215 chflags schg
${DESTDIR}/boot
/kernel
217 .if exists
(${DESTDIR}/modules
)
218 mv
${DESTDIR}/modules
${DESTDIR}/boot
/modules
219 rm -rf
${DESTDIR}/boot
/modules
/modules
221 .if exists
(${DESTDIR}/kernel.old
)
222 mv
${DESTDIR}/kernel.old
${DESTDIR}/boot
/kernel.old
224 .if exists
(${DESTDIR}/modules.old
)
225 mv
${DESTDIR}/modules.old
${DESTDIR}/boot
/modules.old
226 rm -rf
${DESTDIR}/boot
/modules.old
/modules.old
229 for ext in a so
.0; do \
230 f
=${DESTDIR}/usr
/lib
/libpthread.
$$ext; \
231 dest
=$$(readlink
"$$f"); \
233 libthread_xu.
*|libc_r.
*) \
234 ln
-fs thread
/$$dest $$f ;; \
238 mkdir
-p
${DESTDIR}/dev
240 # The existence of cleartext_pass_ok means pam config files are out of date.
241 @set
- `fgrep cleartext_pass_ok ${DESTDIR}/etc/pam.d/*`; \
244 echo
"It appears your PAM configuration files need to be updated"; \
245 echo
"This can be done by manually editing the files or:"; \
246 echo
" cd ${UPGRADE_SRCDIR}/pam.d"; \
247 echo
" make install"; \
252 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
253 ${BINUPDATE} ${DESTDIR}/etc
; \
254 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
255 ${BIN1} ${DESTDIR}/etc
; \
256 cap_mkdb
${DESTDIR}/etc
/login.conf
; \
257 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
555 \
258 ${BIN2} ${DESTDIR}/etc
; \
259 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
600 \
260 master.passwd nsmb.conf opieaccess
${DESTDIR}/etc
; \
261 pwd_mkdb
-p
-d
${DESTDIR}/etc
${DESTDIR}/etc
/master.passwd
262 cd
${.CURDIR
}/defaults
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
263 ${DEFAULTS} ${DESTDIR}/etc
/defaults
264 cd
${.CURDIR
}/pam.d
; ${MAKE} install
265 cd
${.CURDIR
}/bluetooth
; ${MAKE} install
266 cd
${.CURDIR
}/periodic
; ${MAKE} install
267 cd
${.CURDIR
}/rc.d
; ${MAKE} install
268 cd
${.CURDIR
}/..
/share
/termcap
; ${MAKE} etc-termcap
269 cd
${.CURDIR
}/..
/usr.sbin
/rmt
; ${MAKE} etc-rmt
271 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
272 Makefile.usr
${DESTDIR}/usr
/Makefile
274 cd
${.CURDIR
}/isdn
; ${MAKE} install
276 .if
!defined
(NO_SENDMAIL
)
277 cd
${.CURDIR
}/sendmail
; ${MAKE} obj
278 cd
${.CURDIR
}/sendmail
; ${MAKE} distribution
281 .if exists
(${.CURDIR
}/..
/${dir}/Makefile.etc
)
282 cd
${.CURDIR
}/..
/${dir}; ${MAKE} -f Makefile.etc obj
283 cd
${.CURDIR
}/..
/${dir}; ${MAKE} -f Makefile.etc
install
286 mkdir
-p
${DESTDIR}/dev
287 cd
${.CURDIR
}/root
; \
288 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
289 dot.cshrc
${DESTDIR}/root
/.cshrc
; \
290 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
291 dot.klogin
${DESTDIR}/root
/.klogin
; \
292 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
293 dot.login
${DESTDIR}/root
/.login
; \
294 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 \
295 dot.profile
${DESTDIR}/root
/.profile
; \
296 rm -f
${DESTDIR}/.cshrc
${DESTDIR}/.profile
; \
297 ${LN} ${DESTDIR}/root
/.cshrc
${DESTDIR}/.cshrc
; \
298 ${LN} ${DESTDIR}/root
/.profile
${DESTDIR}/.profile
299 cd
${.CURDIR
}/mtree
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
300 ${MTREE} ${DESTDIR}/etc
/mtree
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 \
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
640 /dev
/null \
319 ${DESTDIR}/var
/log
/daemon
320 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
321 ${DESTDIR}/var
/log
/lpd-errs
322 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
640 /dev
/null \
323 ${DESTDIR}/var
/log
/maillog
324 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
325 ${DESTDIR}/var
/log
/lastlog
326 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
327 ${DESTDIR}/var
/log
/messages
328 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
600 /dev
/null \
329 ${DESTDIR}/var
/log
/security
330 ${INSTALL} -o
${BINOWN} -g network
-m
640 /dev
/null \
331 ${DESTDIR}/var
/log
/slip.log
332 ${INSTALL} -o
${BINOWN} -g network
-m
640 /dev
/null \
333 ${DESTDIR}/var
/log
/ppp.log
334 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
335 ${DESTDIR}/var
/log
/wtmp
336 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 /dev
/null \
337 ${DESTDIR}/var
/run
/utmp
338 ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
644 ${.CURDIR
}/minfree \
340 cd
${.CURDIR
}/..
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
341 ${FREEBSD} ${DESTDIR}/
343 cd
${.CURDIR
}/..
/share
/man
; ${MAKE} makedb
347 -set
- `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
348 while
[ $$# -gt 0 ] ; \
350 for
dir in
/usr
/share
/locale \
352 /usr
/local
/share
/nls
; \
354 test -d
${DESTDIR}/$${dir} && cd
${DESTDIR}/$${dir}; \
355 test -L
"$$2" && rm -rf
"$$2"; \
356 test \
! -L
"$$1" && test -d
"$$1" && mv
"$$1" "$$2"; \
360 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.root.
dist -p
${DESTDIR}/
361 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.var.
dist -p
${DESTDIR}/var
362 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.usr.
dist -p
${DESTDIR}/usr
363 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.
include.
dist \
364 -p
${DESTDIR}/usr
/include
365 .if
!defined
(NO_SENDMAIL
)
366 mtree
-deU
-f
${.CURDIR
}/mtree
/BSD.sendmail.
dist -p
${DESTDIR}/
368 cd
${DESTDIR}/; test -e sys ||
(rm -f sys
; ${LN} -s usr
/src
/sys sys
)
369 cd
${DESTDIR}/usr
/share
/man
/en.ISO8859-1
; ${LN} -sf ..
/man
* .
370 cd
${DESTDIR}/usr
/share
/man
; \
371 set
- `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
372 while
[ $$# -gt 0 ] ; \
375 ${LN} -s
"$$2" "$$1"; \
378 cd
${DESTDIR}/usr
/share
/locale
; \
379 set
- `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
380 while
[ $$# -gt 0 ] ; \
383 ${LN} -s
"$$2" "$$1"; \
386 cd
${DESTDIR}/usr
/share
/openssl
/man
/en.ISO8859-1
; ${LN} -sf ..
/man
* .
387 cd
${DESTDIR}/usr
/share
/nls
; \
388 set
- `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
389 while
[ $$# -gt 0 ] ; \
392 ${LN} -s
"$$2" "$$1"; \
397 cd
${.CURDIR
}; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
398 ${BINUPDATE} ${BIN1} ${BIN2} nsmb.conf opieaccess \
399 ${DESTDIR}/usr
/share
/examples
/etc
400 cd
${.CURDIR
}/defaults
; ${INSTALL} -o
${BINOWN} -g
${BINGRP} -m
444 \
401 ${DEFAULTS} ${DESTDIR}/usr
/share
/examples
/etc
/defaults
403 .
include <bsd.prog.mk
>