Don't use wildcards in csh expansions to avoid early termination of
[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.13 2004/02/01 19:51:45 dillon Exp $
4
5 .if !defined(NO_SENDMAIL)
6 SUBDIR= sendmail
7 .endif
8
9 BINUPDATE= apmd.conf fbtab gettytab network.subr \
10         protocols \
11         rc rc.firewall rc.firewall6 \
12         rc.sendmail rc.shutdown \
13         rc.subr rpc services \
14         etc.${MACHINE_ARCH}/disktab \
15         ${.CURDIR}/../usr.bin/mail/misc/mail.rc \
16         ${.CURDIR}/../usr.bin/locate/locate/locate.rc
17
18 BIN1=   ${BINUPDATE} \
19         amd.map auth.conf \
20         crontab csh.cshrc csh.login csh.logout \
21         dhclient.conf dm.conf ftpusers group \
22         hosts hosts.allow host.conf hosts.equiv hosts.lpd \
23         inetd.conf login.access login.conf \
24         motd modems networks newsyslog.conf \
25         pam.conf phones printcap profile \
26         remote \
27         shells sysctl.conf syslog.conf usbd.conf \
28         etc.${MACHINE_ARCH}/ttys \
29         ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config
30
31 .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
32 .if !defined(NO_OPENSSH)
33 SSH=    ${.CURDIR}/../crypto/openssh/ssh_config \
34         ${.CURDIR}/../crypto/openssh/sshd_config \
35         moduli
36 .endif
37 SSL=    ${.CURDIR}/../crypto/openssl/apps/openssl.cnf
38 .endif
39
40 # -rwxr-xr-x root:wheel, for the new cron root:wheel
41 BIN2=   pccard_ether rc.suspend rc.resume
42
43 DEFAULTS= rc.conf make.conf pccard.conf periodic.conf
44
45 MTREE=  BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
46         BSD.var.dist BSD.x11.dist BSD.x11-4.dist
47 .if !defined(NO_SENDMAIL)
48 MTREE+= BSD.sendmail.dist
49 .endif
50
51 NAMEDB= PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root \
52         make-localhost
53
54 PPPCNF= ppp.conf
55
56 ETCMAIL=Makefile README mailer.conf access.sample virtusertable.sample \
57         mailertable.sample aliases
58
59 # Special top level files for FreeBSD
60 FREEBSD=COPYRIGHT
61
62 distribute:
63         cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/${DISTRIBUTION}
64 .if defined(OBJFORMAT)
65         echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/${DISTRIBUTION}/etc/objformat
66 .endif
67
68 upgrade_etc:
69         cd ${.CURDIR}; \
70             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
71                 ${BINUPDATE} ${DESTDIR}/etc; \
72             cap_mkdb ${DESTDIR}/etc/login.conf; \
73             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
74                 ${BIN2} ${DESTDIR}/etc;
75         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
76             ${DEFAULTS} ${DESTDIR}/etc/defaults
77         cd ${.CURDIR}/periodic; ${MAKE} install
78         cd ${.CURDIR}/rc.d; ${MAKE} install 
79         cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
80         cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
81 .if !defined(NO_I4B)
82         cd ${.CURDIR}/isdn; ${MAKE} install
83 .endif
84 .if !defined(NO_MAKEDEV)
85         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
86             MAKEDEV.local MAKEDEV ${DESTDIR}/dev
87 .if !defined(NO_MAKEDEV_RUN)
88         cd ${DESTDIR}/dev; sh MAKEDEV all
89 .endif
90 .endif
91         cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
92             ${MTREE} ${DESTDIR}/etc/mtree
93         cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
94             ${FREEBSD} ${DESTDIR}/
95 .if !defined(NOMAN)
96         cd ${.CURDIR}/../share/man; ${MAKE} makedb
97 .endif
98 .if exists(${DESTDIR}/usr/libexec/binutils212/cc1)
99         ldconfig -m ${DESTDIR}/usr/lib/gcc2
100         rm -rf ${DESTDIR}/usr/libdata/ldscripts
101         rm -rf ${DESTDIR}/usr/libexec/elf
102         rm -rf ${DESTDIR}/usr/libexec/aout
103         rm -rf ${DESTDIR}/usr/libexec/gcc2
104         csh -c "rm -f ${DESTDIR}/usr/bin/{genassym,gensetdefs}"
105         csh -c "rm -f ${DESTDIR}/usr/share/man/{man8,cat8}/{genassym,gensetdefs}.8.gz"
106         csh -c "rm -f ${DESTDIR}/usr/libexec/{cc1,cc1obj,cc1plus,cpp,cpp0}"
107         csh -c "rm -f ${DESTDIR}/usr/libexec/{f771,objformat}"
108         csh -c "rm -f ${DESTDIR}/usr/lib/{crtbegin.o,crtbeginS.o,crtend.o}"
109         csh -c "rm -f ${DESTDIR}/usr/lib/{crtendS.o,libgcc.a,libgcc_p.a}"
110         csh -c "rm -f ${DESTDIR}/usr/lib/{libobjc.a,libobjc_p.a,libstdc++.a}"
111         csh -c "rm -f ${DESTDIR}/usr/lib/{libstdc++.so,libstdc++.so.3}"
112         csh -c "rm -f ${DESTDIR}/usr/lib/{libstdc++_p.a}"
113         csh -c "rm -f ${DESTDIR}/usr/bin/CC"
114         ldconfig -R
115 .endif
116
117 distribution:
118         cd ${.CURDIR}; \
119             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
120                 ${BIN1} ${DESTDIR}/etc; \
121             cap_mkdb ${DESTDIR}/etc/login.conf; \
122             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
123                 ${BIN2} ${DESTDIR}/etc; \
124             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
125                 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
126             pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
127         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
128             ${DEFAULTS} ${DESTDIR}/etc/defaults
129         cd ${.CURDIR}/periodic; ${MAKE} install
130         cd ${.CURDIR}/rc.d; ${MAKE} install 
131         cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
132         cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
133 .if !defined(NO_I4B)
134         cd ${.CURDIR}/isdn; ${MAKE} install
135 .endif
136 .if !defined(NO_SENDMAIL)
137         cd ${.CURDIR}/sendmail; ${MAKE} distribution
138 .endif
139 .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
140 .if !defined(NO_OPENSSH)
141         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
142             ${SSH} ${DESTDIR}/etc/ssh
143 .endif
144         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
145             ${SSL} ${DESTDIR}/etc/ssl
146 .endif
147 .if !defined(NO_MAKEDEV)
148         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
149             MAKEDEV.local MAKEDEV ${DESTDIR}/dev
150 .if !defined(NO_MAKEDEV_RUN)
151         cd ${DESTDIR}/dev; sh MAKEDEV all
152 .endif
153 .endif
154         cd ${.CURDIR}/root; \
155             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
156                 dot.cshrc ${DESTDIR}/root/.cshrc; \
157             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
158                 dot.klogin ${DESTDIR}/root/.klogin; \
159             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
160                 dot.login ${DESTDIR}/root/.login; \
161             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
162                 dot.profile ${DESTDIR}/root/.profile; \
163             rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
164             ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
165             ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
166         cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
167             ${MTREE} ${DESTDIR}/etc/mtree
168         cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
169             ${NAMEDB} ${DESTDIR}/etc/namedb
170         cd ${.CURDIR}/ppp; ${INSTALL} -o root -g ${BINGRP} -m 600 \
171             ${PPPCNF} ${DESTDIR}/etc/ppp
172         cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
173             ${ETCMAIL} ${DESTDIR}/etc/mail
174         @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
175               ! -f ${DESTDIR}/etc/aliases ]; then \
176                 set -x; \
177                 ln -s mail/aliases ${DESTDIR}/etc/aliases; \
178         fi
179         ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
180             ${DESTDIR}/etc/dumpdates
181         ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
182             ${DESTDIR}/var/db/locate.database
183         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
184             ${DESTDIR}/var/log/auth.log
185         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
186             ${DESTDIR}/var/log/cron
187         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
188             ${DESTDIR}/var/log/lpd-errs
189         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
190             ${DESTDIR}/var/log/maillog
191         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
192             ${DESTDIR}/var/log/lastlog
193         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
194             ${DESTDIR}/var/log/messages
195         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
196             ${DESTDIR}/var/log/security
197         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
198             ${DESTDIR}/var/log/slip.log
199         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
200             ${DESTDIR}/var/log/ppp.log
201         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
202             ${DESTDIR}/var/log/wtmp
203         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
204             ${DESTDIR}/var/run/utmp
205         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
206             ${DESTDIR}/var/crash
207         cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
208             ${FREEBSD} ${DESTDIR}/
209 .if !defined(NOMAN)
210         cd ${.CURDIR}/../share/man; ${MAKE} makedb
211 .endif
212
213 distrib-dirs:
214         -set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
215         while [ $$# -gt 0 ] ; \
216         do \
217                 for dir in /usr/share/locale \
218                            /usr/share/nls \
219                            /usr/local/share/nls; \
220                 do \
221                         test -d ${DESTDIR}/$${dir} && cd ${DESTDIR}/$${dir}; \
222                         test -L "$$2" && rm -rf "$$2"; \
223                         test \! -L "$$1" && test -d "$$1" && mv "$$1" "$$2"; \
224                 done; \
225                 shift; shift; \
226         done
227         mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
228         mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
229         mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
230         mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
231                 -p ${DESTDIR}/usr/include
232         mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
233                 -p ${DESTDIR}/usr/libdata/perl/5.00503/mach
234 .if !defined(NO_SENDMAIL)
235         mtree -deU -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
236 .endif
237         cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
238         cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
239         cd ${DESTDIR}/usr/share/man; \
240         set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
241         while [ $$# -gt 0 ] ; \
242         do \
243                 rm -rf "$$1"; \
244                 ln -s "$$2" "$$1"; \
245                 shift; shift; \
246         done
247         cd ${DESTDIR}/usr/share/locale; \
248         set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
249         while [ $$# -gt 0 ] ; \
250         do \
251                 rm -rf "$$1"; \
252                 ln -s "$$2" "$$1"; \
253                 shift; shift; \
254         done
255         cd ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
256         cd ${DESTDIR}/usr/share/nls; \
257         set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
258         while [ $$# -gt 0 ] ; \
259         do \
260                 rm -rf "$$1"; \
261                 ln -s "$$2" "$$1"; \
262                 shift; shift; \
263         done
264
265 etc-examples:
266         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
267             ${BIN1} ${BIN2} nsmb.conf opieaccess \
268             ${DESTDIR}/usr/share/examples/etc
269         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
270             ${DEFAULTS} ${DESTDIR}/usr/share/examples/etc/defaults
271
272 .include <bsd.prog.mk>