o Install Makefile_upgrade.inc to /etc/upgrade instead of /var/db.
[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.207 2008/01/14 12:39:27 matthias 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         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
42
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
51
52 # Files that should be installed read-only-executable (555) root:wheel
53 #
54 BIN2=   pccard_ether rc.firewall rc.suspend rc.resume
55
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
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 distribute:
85         cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
86
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
94
95 remove-obsolete-files:
96         @echo "===> Remove now obsolete files"
97         @for item in ${TO_REMOVE}; do \
98                 if [ -e ${DESTDIR}$${item} ]; then \
99                         rm -rf "${DESTDIR}$${item}"; \
100                 fi; \
101         done
102         @rm -f "${DESTDIR}/etc/upgrade/Makefile_upgrade.inc"
103
104 preupgrade:
105 .if !defined(NO_SENDMAIL)
106         (pw -V ${DESTDIR}/etc groupshow smmsp -q > /dev/null) || \
107                 pw -V ${DESTDIR}/etc groupadd smmsp -g 25
108         (pw -V ${DESTDIR}/etc usershow smmsp -q > /dev/null) || \
109                 pw -V ${DESTDIR}/etc useradd smmsp -u 25 \
110                    -c "Sendmail Submission User" \
111                    -d /var/spool/clientmqueue -s /sbin/nologin
112 .endif
113         (pw -V ${DESTDIR}/etc usershow _pflogd -q > /dev/null) || \
114                 pw -V ${DESTDIR}/etc useradd _pflogd -u 64 \
115                    -c "pflogd privsep user" \
116                    -d /var/empty -s /sbin/nologin
117         (pw -V ${DESTDIR}/etc usershow _ntp -q > /dev/null) || \
118                 pw -V ${DESTDIR}/etc useradd _ntp -u 65 \
119                    -c "ntpd privsep user" \
120                    -d /var/empty -s /sbin/nologin
121         (pw -V ${DESTDIR}/etc usershow _sdpd -q > /dev/null) || \
122                 pw -V ${DESTDIR}/etc useradd _sdpd -u 70 \
123                    -c "sdpd privsep user" \
124                    -d /var/empty -s /sbin/nologin
125         (pw -V ${DESTDIR}/etc groupshow authpf -q > /dev/null) || \
126                 pw -V ${DESTDIR}/etc groupadd authpf -g 63
127         (pw -V ${DESTDIR}/etc groupshow _pflogd -q > /dev/null) || \
128                 pw -V ${DESTDIR}/etc groupadd _pflogd -g 64
129         (pw -V ${DESTDIR}/etc groupshow _ntp -q > /dev/null) || \
130                 pw -V ${DESTDIR}/etc groupadd _ntp -g 65
131         (pw -V ${DESTDIR}/etc groupshow _sdpd -q > /dev/null) || \
132                 pw -V ${DESTDIR}/etc groupadd _sdpd -g 70
133
134 upgrade_etc:    preupgrade remove-obsolete-files
135 .if !defined(BINARY_UPGRADE) # binary upgrade just copies these files
136         cd ${UPGRADE_SRCDIR}/../share/mk; ${MAKE} install
137 .endif
138         cd ${UPGRADE_SRCDIR}; \
139             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
140                 ${BINUPDATE} ${DESTDIR}/etc; \
141             cap_mkdb ${DESTDIR}/etc/login.conf; \
142             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
143                 ${BIN2} ${DESTDIR}/etc;
144         cd ${UPGRADE_SRCDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
145             ${DEFAULTS} ${DESTDIR}/etc/defaults
146         cd ${UPGRADE_SRCDIR}/periodic; ${MAKE} install
147         mkdir -p ${DESTDIR}/etc/rc.d
148         cd ${UPGRADE_SRCDIR}/rc.d; ${MAKE} install 
149         # "../share/termcap/make etc-termcap" expanded inline here:
150         ${LN} -fs /usr/share/misc/termcap ${DESTDIR}/etc/termcap
151         # "../usr.sbin/rmt/make etc-rmt" expanded inline here:
152         ${LN} -fs /usr/sbin/rmt ${DESTDIR}/etc/rmt
153 .if !defined(BINARY_UPGRADE) # XXX not yet handled by binary upgrade
154 .if !defined(NO_SENDMAIL)
155         cd ${UPGRADE_SRCDIR}/sendmail; ${MAKE} upgrade
156 .endif
157 .endif
158 .if !defined(NO_I4B)
159         cd ${UPGRADE_SRCDIR}/isdn; ${MAKE} install
160 .endif
161         cd ${UPGRADE_SRCDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
162             ${MTREE} ${DESTDIR}/etc/mtree
163         cd ${UPGRADE_SRCDIR}/bluetooth; ${MAKE} install
164 .if !exists(${DESTDIR}/etc/pam.d)
165         mkdir -p ${DESTDIR}/etc/pam.d
166         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${UPGRADE_SRCDIR}/pam.d/README ${DESTDIR}/etc/pam.d
167         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${UPGRADE_SRCDIR}/pam.d/convert.sh ${DESTDIR}/etc/pam.d
168         sh ${DESTDIR}/etc/pam.d/convert.sh ${DESTDIR}/etc/pam.d ${DESTDIR}/etc/pam.conf
169 .else
170 .for pamconf in README convert.sh
171 .if !exists(${DESTDIR}/etc/pam.d/${pamconf})
172         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${UPGRADE_SRCDIR}/pam.d/${pamconf} ${DESTDIR}/etc/pam.d
173 .endif
174 .endfor
175 .endif
176 .if !defined(BINARY_UPGRADE) # binary upgrade just copies these files
177         cd ${UPGRADE_SRCDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
178             ${FREEBSD} ${DESTDIR}/
179 .endif
180         rm -f ${DESTDIR}/usr/include/machine/ioctl_meteor.h
181         rm -f ${DESTDIR}/usr/include/machine/ioctl_bt848.h
182         ${LN} -s "../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr/include/machine/ioctl_bt848.h
183         ${LN} -s "../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr/include/machine/ioctl_meteor.h
184 .if exists(${DESTDIR}/usr/lib/gcc2)
185         ldconfig -m ${DESTDIR}/usr/lib/gcc2
186 .endif
187 .if exists(${DESTDIR}/usr/share/info/dc.info.gz)
188         gzip -d ${DESTDIR}/usr/share/info/dc.info.gz
189         install-info --delete ${DESTDIR}/usr/share/info/dc.info ${DESTDIR}/usr/share/info/dir
190         rm -f ${DESTDIR}/usr/share/info/dc.info
191 .endif
192 .if exists(${DESTDIR}/usr/share/info/gmp.info.gz)
193         gzip -d ${DESTDIR}/usr/share/info/gmp.info.gz
194         install-info --delete ${DESTDIR}/usr/share/info/gmp.info ${DESTDIR}/usr/share/info/dir
195         rm -f ${DESTDIR}/usr/share/info/gmp.info
196 .endif
197 .for lib in ${COMPAT_LIBS:M*.so.*}
198 .if exists(${DESTDIR}/usr/lib/${lib})
199         chflags noschg ${DESTDIR}/usr/lib/${lib}
200         rm -f ${DESTDIR}/usr/lib/${lib}
201 .endif
202 .endfor
203 .if exists(${DESTDIR}/usr/share/info/bzip2.info.gz)
204         gzip -d ${DESTDIR}/usr/share/info/bzip2.info.gz
205         install-info --delete ${DESTDIR}/usr/share/info/bzip2.info ${DESTDIR}/usr/share/info/dir
206         rm -f ${DESTDIR}/usr/share/info/bzip2.info
207 .endif
208 .if exists(${DESTDIR}/usr/share/info/gasp.info.gz)
209         gzip -d ${DESTDIR}/usr/share/info/gasp.info.gz
210         install-info --delete ${DESTDIR}/usr/share/info/gasp.info ${DESTDIR}/usr/share/info/dir
211         rm -f ${DESTDIR}/usr/share/info/gasp.info
212 .endif
213 .if exists(${DESTDIR}/usr/share/info/gperf.info.gz)
214         gzip -d ${DESTDIR}/usr/share/info/gperf.info.gz
215         install-info --delete ${DESTDIR}/usr/share/info/gperf.info ${DESTDIR}/usr/share/info/dir
216         rm -f ${DESTDIR}/usr/share/info/gperf.info
217 .endif
218 .if exists(${DESTDIR}/usr/share/info/gxxint.info.gz)
219         gzip -d ${DESTDIR}/usr/share/info/gxxint.info.gz
220         install-info --delete ${DESTDIR}/usr/share/info/gxxint.info ${DESTDIR}/usr/share/info/dir
221         rm -f ${DESTDIR}/usr/share/info/gxxint.info
222 .endif
223 .if exists(${DESTDIR}/usr/share/info/iostream.info.gz)
224         gzip -d ${DESTDIR}/usr/share/info/iostream.info.gz
225         install-info --delete ${DESTDIR}/usr/share/info/iostream.info ${DESTDIR}/usr/share/info/dir
226         rm -f ${DESTDIR}/usr/share/info/iostream.info
227 .endif
228 .if exists(${DESTDIR}/usr/share/info/ptx.info.gz)
229         gzip -d ${DESTDIR}/usr/share/info/ptx.info.gz
230         install-info --delete ${DESTDIR}/usr/share/info/ptx.info ${DESTDIR}/usr/share/info/dir
231         rm -f ${DESTDIR}/usr/share/info/ptx.info
232 .endif
233 .if exists(${DESTDIR}/usr/share/info/send-pr.info.gz)
234         gzip -d ${DESTDIR}/usr/share/info/send-pr.info.gz
235         install-info --delete ${DESTDIR}/usr/share/info/send-pr.info ${DESTDIR}/usr/share/info/dir
236         rm -f ${DESTDIR}/usr/share/info/send-pr.info
237 .endif
238 .if exists(${DESTDIR}/usr/share/info/cpp40.info.gz)
239         gzip -d ${DESTDIR}/usr/share/info/cpp40.info.gz
240         install-info --delete ${DESTDIR}/usr/share/info/cpp40.info ${DESTDIR}/usr/share/info/dir
241         rm -f ${DESTDIR}/usr/share/info/cpp40.info
242 .endif
243 .if exists(${DESTDIR}/usr/share/info/cppinternals40.info.gz)
244         gzip -d ${DESTDIR}/usr/share/info/cppinternals40.info.gz
245         install-info --delete ${DESTDIR}/usr/share/info/cppinternals40.info ${DESTDIR}/usr/share/info/dir
246         rm -f ${DESTDIR}/usr/share/info/cppinternals40.info
247 .endif
248 .if exists(${DESTDIR}/usr/share/info/gcc40.info.gz)
249         gzip -d ${DESTDIR}/usr/share/info/gcc40.info.gz
250         install-info --delete ${DESTDIR}/usr/share/info/gcc40.info ${DESTDIR}/usr/share/info/dir
251         rm -f ${DESTDIR}/usr/share/info/gcc40.info
252 .endif
253 .if exists(${DESTDIR}/usr/share/info/gccint40.info.gz)
254         gzip -d ${DESTDIR}/usr/share/info/gccint40.info.gz
255         install-info --delete ${DESTDIR}/usr/share/info/gccint40.info ${DESTDIR}/usr/share/info/dir
256         rm -f ${DESTDIR}/usr/share/info/gccint40.info
257 .endif
258 .if exists(${DESTDIR}/usr/share/info/tar.info.gz)
259         gzip -d ${DESTDIR}/usr/share/info/tar.info.gz
260         install-info --delete ${DESTDIR}/usr/share/info/tar.info ${DESTDIR}/usr/share/info/dir
261         rm -f ${DESTDIR}/usr/share/info/tar.info
262 .endif
263         ldconfig -R
264 .if !defined(BINARY_UPGRADE) # binary upgrade just copies these nodes
265 .if !defined(NOMAN)
266         cd ${UPGRADE_SRCDIR}/../share/man; ${MAKE} makedb
267 .endif
268 .if !defined(NO_MAKEDEV)
269         cd ${UPGRADE_SRCDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
270             MAKEDEV.local MAKEDEV ${DESTDIR}/dev
271 .if !defined(NO_MAKEDEV_RUN)
272         cd ${DESTDIR}/dev; sh MAKEDEV upgrade
273 .endif
274 .endif
275 .endif
276
277 distribution:
278         cd ${.CURDIR}; \
279             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
280                 ${BINUPDATE} ${DESTDIR}/etc; \
281             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
282                 ${BIN1} ${DESTDIR}/etc; \
283             cap_mkdb ${DESTDIR}/etc/login.conf; \
284             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
285                 ${BIN2} ${DESTDIR}/etc; \
286             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
287                 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
288             pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
289         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
290             ${DEFAULTS} ${DESTDIR}/etc/defaults
291         cd ${.CURDIR}/pam.d; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
292             ${PAMD_CONF} ${DESTDIR}/etc/pam.d
293         cd ${.CURDIR}/periodic; ${MAKE} install
294         cd ${.CURDIR}/rc.d; ${MAKE} install 
295         cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
296         cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
297         cd ${.CURDIR}; \
298             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
299                 Makefile.usr ${DESTDIR}/usr/Makefile
300 .if !defined(NO_I4B)
301         cd ${.CURDIR}/isdn; ${MAKE} install
302 .endif
303 .if !defined(NO_SENDMAIL)
304         cd ${.CURDIR}/sendmail; ${MAKE} obj
305         cd ${.CURDIR}/sendmail; ${MAKE} distribution
306 .endif
307 .for dir in ${DIRS}
308 .if exists(${.CURDIR}/../${dir}/Makefile.etc)
309         cd ${.CURDIR}/../${dir}; ${MAKE} -f Makefile.etc obj
310         cd ${.CURDIR}/../${dir}; ${MAKE} -f Makefile.etc install
311 .endif
312 .endfor
313 .if !defined(NO_MAKEDEV)
314         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
315             MAKEDEV.local MAKEDEV ${DESTDIR}/dev
316 .if !defined(NO_MAKEDEV_RUN)
317         cd ${DESTDIR}/dev; sh MAKEDEV all
318 .endif
319 .endif
320         cd ${.CURDIR}/root; \
321             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
322                 dot.cshrc ${DESTDIR}/root/.cshrc; \
323             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
324                 dot.klogin ${DESTDIR}/root/.klogin; \
325             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
326                 dot.login ${DESTDIR}/root/.login; \
327             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
328                 dot.profile ${DESTDIR}/root/.profile; \
329             rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
330             ${LN} ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
331             ${LN} ${DESTDIR}/root/.profile ${DESTDIR}/.profile
332         cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
333             ${MTREE} ${DESTDIR}/etc/mtree
334         cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
335             ${NAMEDB} ${DESTDIR}/etc/namedb
336         cd ${.CURDIR}/ppp; ${INSTALL} -o root -g ${BINGRP} -m 600 \
337             ${PPPCNF} ${DESTDIR}/etc/ppp
338         cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
339             ${ETCMAIL} ${DESTDIR}/etc/mail
340         @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
341               ! -f ${DESTDIR}/etc/aliases ]; then \
342                 set -x; \
343                 ${LN} -s mail/aliases ${DESTDIR}/etc/aliases; \
344         fi
345         ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
346             ${DESTDIR}/etc/dumpdates
347         ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
348             ${DESTDIR}/var/db/locate.database
349         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
350             ${DESTDIR}/var/log/auth.log
351         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
352             ${DESTDIR}/var/log/cron
353         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
354             ${DESTDIR}/var/log/lpd-errs
355         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
356             ${DESTDIR}/var/log/maillog
357         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
358             ${DESTDIR}/var/log/lastlog
359         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
360             ${DESTDIR}/var/log/messages
361         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
362             ${DESTDIR}/var/log/security
363         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
364             ${DESTDIR}/var/log/slip.log
365         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
366             ${DESTDIR}/var/log/ppp.log
367         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
368             ${DESTDIR}/var/log/wtmp
369         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
370             ${DESTDIR}/var/run/utmp
371         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
372             ${DESTDIR}/var/crash
373         cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
374             ${FREEBSD} ${DESTDIR}/
375 .if !defined(NOMAN)
376         cd ${.CURDIR}/../share/man; ${MAKE} makedb
377 .endif
378
379 distrib-dirs:
380         -set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
381         while [ $$# -gt 0 ] ; \
382         do \
383                 for dir in /usr/share/locale \
384                            /usr/share/nls \
385                            /usr/local/share/nls; \
386                 do \
387                         test -d ${DESTDIR}/$${dir} && cd ${DESTDIR}/$${dir}; \
388                         test -L "$$2" && rm -rf "$$2"; \
389                         test \! -L "$$1" && test -d "$$1" && mv "$$1" "$$2"; \
390                 done; \
391                 shift; shift; \
392         done
393         mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
394         mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
395         mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
396         mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
397                 -p ${DESTDIR}/usr/include
398 .if !defined(NO_SENDMAIL)
399         mtree -deU -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
400 .endif
401         cd ${DESTDIR}/etc/namedb; rm -f etc/namedb; ${LN} -s ".." etc/namedb
402         cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ${LN} -s usr/src/sys sys
403         cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ${LN} -sf ../man* .
404         cd ${DESTDIR}/usr/share/man; \
405         set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
406         while [ $$# -gt 0 ] ; \
407         do \
408                 rm -rf "$$1"; \
409                 ${LN} -s "$$2" "$$1"; \
410                 shift; shift; \
411         done
412         cd ${DESTDIR}/usr/share/locale; \
413         set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
414         while [ $$# -gt 0 ] ; \
415         do \
416                 rm -rf "$$1"; \
417                 ${LN} -s "$$2" "$$1"; \
418                 shift; shift; \
419         done
420         cd ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1; ${LN} -sf ../man* .
421         cd ${DESTDIR}/usr/share/nls; \
422         set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
423         while [ $$# -gt 0 ] ; \
424         do \
425                 rm -rf "$$1"; \
426                 ${LN} -s "$$2" "$$1"; \
427                 shift; shift; \
428         done
429
430 etc-examples:
431         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
432             ${BINUPDATE} ${BIN1} ${BIN2} nsmb.conf opieaccess \
433             ${DESTDIR}/usr/share/examples/etc
434         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
435             ${DEFAULTS} ${DESTDIR}/usr/share/examples/etc/defaults
436
437 .include <bsd.prog.mk>