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