binutils214 stage 2/4.
[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.14 2004/02/02 05:43:09 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/elf/as)
99         ldconfig -m ${DESTDIR}/usr/lib/gcc2
100         rm -rf ${DESTDIR}/usr/libdata/ldscripts
101         rm -rf ${DESTDIR}/usr/libdata/gcc2
102         rm -rf ${DESTDIR}/usr/libdata/gcc3
103         rm -rf ${DESTDIR}/usr/libexec/elf
104         rm -rf ${DESTDIR}/usr/libexec/aout
105         rm -rf ${DESTDIR}/usr/bin/gcc2
106         rm -rf ${DESTDIR}/usr/bin/gcc3
107         csh -c "rm -f ${DESTDIR}/usr/bin/{genassym,gensetdefs}"
108         csh -c "rm -f ${DESTDIR}/usr/share/man/{man8,cat8}/{genassym,gensetdefs}.8.gz"
109         csh -c "rm -f ${DESTDIR}/usr/libexec/{cc1,cc1obj,cc1plus}"
110         csh -c "rm -f ${DESTDIR}/usr/libexec/{cpp,cpp0,f771,objformat}"
111         csh -c "rm -f ${DESTDIR}/usr/libexec/binutils212/{cc1,cc1obj,cc1plus}"
112         csh -c "rm -f ${DESTDIR}/usr/libexec/binutils212/{cpp,cpp0,f771,objformat}"
113         csh -c "rm -f ${DESTDIR}/usr/libexec/binutils214/{cc1,cc1obj,cc1plus}"
114         csh -c "rm -f ${DESTDIR}/usr/libexec/binutils214/{cpp,cpp0,f771,objformat}"
115         csh -c "rm -f ${DESTDIR}/usr/lib/{crtbegin.o,crtbeginS.o,crtend.o}"
116         csh -c "rm -f ${DESTDIR}/usr/lib/{crtendS.o,libgcc.a,libgcc_p.a}"
117         csh -c "rm -f ${DESTDIR}/usr/lib/{libobjc.a,libobjc_p.a,libstdc++.a}"
118         csh -c "rm -f ${DESTDIR}/usr/lib/{libstdc++.so,libstdc++.so.3}"
119         csh -c "rm -f ${DESTDIR}/usr/lib/{libstdc++_p.a}"
120         csh -c "rm -f ${DESTDIR}/usr/bin/CC"
121         ldconfig -R
122 .endif
123
124 distribution:
125         cd ${.CURDIR}; \
126             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
127                 ${BIN1} ${DESTDIR}/etc; \
128             cap_mkdb ${DESTDIR}/etc/login.conf; \
129             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 755 \
130                 ${BIN2} ${DESTDIR}/etc; \
131             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
132                 master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
133             pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
134         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
135             ${DEFAULTS} ${DESTDIR}/etc/defaults
136         cd ${.CURDIR}/periodic; ${MAKE} install
137         cd ${.CURDIR}/rc.d; ${MAKE} install 
138         cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap
139         cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt
140 .if !defined(NO_I4B)
141         cd ${.CURDIR}/isdn; ${MAKE} install
142 .endif
143 .if !defined(NO_SENDMAIL)
144         cd ${.CURDIR}/sendmail; ${MAKE} distribution
145 .endif
146 .if exists(${.CURDIR}/../crypto) && !defined(NO_OPENSSL)
147 .if !defined(NO_OPENSSH)
148         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
149             ${SSH} ${DESTDIR}/etc/ssh
150 .endif
151         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
152             ${SSL} ${DESTDIR}/etc/ssl
153 .endif
154 .if !defined(NO_MAKEDEV)
155         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 555 \
156             MAKEDEV.local MAKEDEV ${DESTDIR}/dev
157 .if !defined(NO_MAKEDEV_RUN)
158         cd ${DESTDIR}/dev; sh MAKEDEV all
159 .endif
160 .endif
161         cd ${.CURDIR}/root; \
162             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
163                 dot.cshrc ${DESTDIR}/root/.cshrc; \
164             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
165                 dot.klogin ${DESTDIR}/root/.klogin; \
166             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
167                 dot.login ${DESTDIR}/root/.login; \
168             ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
169                 dot.profile ${DESTDIR}/root/.profile; \
170             rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
171             ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
172             ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile
173         cd ${.CURDIR}/mtree; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
174             ${MTREE} ${DESTDIR}/etc/mtree
175         cd ${.CURDIR}/namedb; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
176             ${NAMEDB} ${DESTDIR}/etc/namedb
177         cd ${.CURDIR}/ppp; ${INSTALL} -o root -g ${BINGRP} -m 600 \
178             ${PPPCNF} ${DESTDIR}/etc/ppp
179         cd ${.CURDIR}/mail; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
180             ${ETCMAIL} ${DESTDIR}/etc/mail
181         @if [ -d ${DESTDIR}/etc/mail -a -f ${DESTDIR}/etc/mail/aliases -a \
182               ! -f ${DESTDIR}/etc/aliases ]; then \
183                 set -x; \
184                 ln -s mail/aliases ${DESTDIR}/etc/aliases; \
185         fi
186         ${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
187             ${DESTDIR}/etc/dumpdates
188         ${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
189             ${DESTDIR}/var/db/locate.database
190         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
191             ${DESTDIR}/var/log/auth.log
192         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
193             ${DESTDIR}/var/log/cron
194         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
195             ${DESTDIR}/var/log/lpd-errs
196         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 640 /dev/null \
197             ${DESTDIR}/var/log/maillog
198         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
199             ${DESTDIR}/var/log/lastlog
200         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
201             ${DESTDIR}/var/log/messages
202         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
203             ${DESTDIR}/var/log/security
204         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
205             ${DESTDIR}/var/log/slip.log
206         ${INSTALL} -o ${BINOWN} -g network -m 640 /dev/null \
207             ${DESTDIR}/var/log/ppp.log
208         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
209             ${DESTDIR}/var/log/wtmp
210         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 /dev/null \
211             ${DESTDIR}/var/run/utmp
212         ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
213             ${DESTDIR}/var/crash
214         cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
215             ${FREEBSD} ${DESTDIR}/
216 .if !defined(NOMAN)
217         cd ${.CURDIR}/../share/man; ${MAKE} makedb
218 .endif
219
220 distrib-dirs:
221         -set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.deprecated`; \
222         while [ $$# -gt 0 ] ; \
223         do \
224                 for dir in /usr/share/locale \
225                            /usr/share/nls \
226                            /usr/local/share/nls; \
227                 do \
228                         test -d ${DESTDIR}/$${dir} && cd ${DESTDIR}/$${dir}; \
229                         test -L "$$2" && rm -rf "$$2"; \
230                         test \! -L "$$1" && test -d "$$1" && mv "$$1" "$$2"; \
231                 done; \
232                 shift; shift; \
233         done
234         mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
235         mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
236         mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
237         mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
238                 -p ${DESTDIR}/usr/include
239         mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
240                 -p ${DESTDIR}/usr/libdata/perl/5.00503/mach
241 .if !defined(NO_SENDMAIL)
242         mtree -deU -f ${.CURDIR}/mtree/BSD.sendmail.dist -p ${DESTDIR}/
243 .endif
244         cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
245         cd ${DESTDIR}/usr/share/man/en.ISO8859-1; ln -sf ../man* .
246         cd ${DESTDIR}/usr/share/man; \
247         set - `grep "^[a-zA-Z]" ${.CURDIR}/man.alias`; \
248         while [ $$# -gt 0 ] ; \
249         do \
250                 rm -rf "$$1"; \
251                 ln -s "$$2" "$$1"; \
252                 shift; shift; \
253         done
254         cd ${DESTDIR}/usr/share/locale; \
255         set - `grep "^[a-zA-Z]" ${.CURDIR}/locale.alias`; \
256         while [ $$# -gt 0 ] ; \
257         do \
258                 rm -rf "$$1"; \
259                 ln -s "$$2" "$$1"; \
260                 shift; shift; \
261         done
262         cd ${DESTDIR}/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
263         cd ${DESTDIR}/usr/share/nls; \
264         set - `grep "^[a-zA-Z]" ${.CURDIR}/nls.alias`; \
265         while [ $$# -gt 0 ] ; \
266         do \
267                 rm -rf "$$1"; \
268                 ln -s "$$2" "$$1"; \
269                 shift; shift; \
270         done
271
272 etc-examples:
273         cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
274             ${BIN1} ${BIN2} nsmb.conf opieaccess \
275             ${DESTDIR}/usr/share/examples/etc
276         cd ${.CURDIR}/defaults; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
277             ${DEFAULTS} ${DESTDIR}/usr/share/examples/etc/defaults
278
279 .include <bsd.prog.mk>