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