Makefile revision 28159
11195Srgrimes#	from: @(#)Makefile	5.11 (Berkeley) 5/21/91
228159Sjkh#	$Id: Makefile,v 1.155 1997/08/12 18:23:22 pst Exp $
337Srgrimes
437Srgrimes# -rw-r--r--
5147SrgrimesBINOWN= root
6147SrgrimesBINGRP= wheel
713997SjkhBIN1=   aliases amd.map csh.cshrc csh.login csh.logout dm.conf \
83017Srgrimes	ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
925184Sjkh	inetd.conf login.conf login.access motd modems networks \
1014662Sphk	newsyslog.conf phones pccard.conf.sample printcap profile protocols \
1125184Sjkh	rc rc.conf rc.firewall rc.local rc.network rc.pccard rc.serial \
1227837Sdavidn	rc.shutdown etc.${MACHINE}/rc.${MACHINE} \
1325184Sjkh	remote security services shells \
145356Sache	syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
151734Sjkh	${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
1617639Swosch	${.CURDIR}/../usr.bin/mail/misc/mail.rc \
1717639Swosch	${.CURDIR}/../usr.bin/locate/locate/locate.rc
1837Srgrimes
1937Srgrimes# -rw-rw-rw-
2037SrgrimesBIN2=	motd
2137Srgrimes
221773Sjkh# -rwxr-xr-x root.wheel, for the new cron root.wheel
2328159SjkhBIN3=	netstart pccard_ether
2428159SjkhCRONDIRS= cron.d/daily cron.d/weekly cron.d/monthly
25147Srgrimes
2627487SasamiMTREE=	BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
2727487Sasami	BSD.var.dist BSD.x11.dist
287273SrgrimesNAMEDB=	PROTO.localhost.rev named.boot named.root make-localhost
2919032SpstPPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \
3019032Spst	ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \
3119032Spst	ppp.pap.dialup.sample ppp.secret.sample
3237Srgrimes
3317639Swosch
34263Srgrimes# Special top level files for FreeBSD
352779SrgrimesCOPYRIGHT=	COPYRIGHT
368857SrgrimesFREEBSD=
37993SrgrimesFREEBSD+=	${COPYRIGHT}
38263Srgrimes
3911635Sache# Compatibility stuff, remove those links
406744SacheLATIN1LINKS = \
416744Sache	da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_US es_ES fi_FI \
426744Sache	fr_BE fr_CA fr_CH fr_FR is_IS it_CH it_IT nl_BE nl_NL no_NO \
436744Sache	pt_PT sv_SE
446744Sache
451767Sjkhall depend etc install lint:
4637Srgrimes
474487Sphkdistribute:
486717Sphk	cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin
495948Sjkh
504487Sphkdistribution:
511759Sjkh	(cd ${.CURDIR}; \
529970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
539970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc; \
549970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN3} ${DESTDIR}/etc; \
5528159Sjkh	tar -cBf - ${CRONDIRS} | tar -xvpBf - -C ${DESTDIR}/etc; \
569970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 crontab ${DESTDIR}/etc; \
579970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
581759Sjkh	    ${DESTDIR}/var/cron/log; \
599970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
601759Sjkh	    master.passwd ${DESTDIR}/etc; \
6128120Spst	( cd ${.CURDIR}/cron.d; ${MAKE} install );\
6217639Swosch	( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\
6317639Swosch	( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
6417639Swosch	( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
6517645Swosch	( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
6620979Speter	( cd ${.CURDIR}/../usr.sbin/sendmail/cf/cf; ${MAKE} etc-sendmail.cf ); \
671759Sjkh	pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
689970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
691759Sjkh	     MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev )
701759Sjkh	(cd ${DESTDIR}/dev; sh MAKEDEV all) ;
711731Sjkh	(cd ${.CURDIR}/root; \
729970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
7337Srgrimes		    ${DESTDIR}/root/.cshrc; \
749970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \
7537Srgrimes		    ${DESTDIR}/root/.klogin; \
769970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.login \
7737Srgrimes		    ${DESTDIR}/root/.login; \
789970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.profile \
7937Srgrimes		    ${DESTDIR}/root/.profile; \
8037Srgrimes		rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
8137Srgrimes		ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
8237Srgrimes		ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
839970Sbde	cd ${.CURDIR}/mtree; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
841731Sjkh	    ${MTREE} ${DESTDIR}/etc/mtree
859970Sbde	cd ${.CURDIR}/namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
861731Sjkh	    ${NAMEDB} ${DESTDIR}/etc/namedb
879970Sbde	cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
886177Samurai	    ${PPPCNF} ${DESTDIR}/etc/ppp
899970Sbde	${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \
9037Srgrimes	    ${DESTDIR}/etc/dumpdates
919970Sbde	${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \
92147Srgrimes	    ${DESTDIR}/var/db/locate.database
939970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
94147Srgrimes	    ${DESTDIR}/var/log/lpd-errs
959970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
9637Srgrimes	    ${DESTDIR}/var/log/maillog
979970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
98288Srgrimes	    ${DESTDIR}/var/log/lastlog
999970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
100147Srgrimes	    ${DESTDIR}/var/log/messages
10113378Sache	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
10213378Sache	    ${DESTDIR}/var/log/slip.log
10317104Spst	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
10417104Spst	    ${DESTDIR}/var/log/ppp.log
1059970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
106147Srgrimes	    ${DESTDIR}/var/log/wtmp
1079970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
10837Srgrimes	    ${DESTDIR}/var/run/utmp
1099970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/minfree \
1101759Sjkh	    ${DESTDIR}/var/crash
1111759Sjkh	(cd ${.CURDIR}/..; \
1129970Sbde	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} \
1139970Sbde		${DESTDIR}/)
1141759Sjkh	(cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
11537Srgrimes
116147Srgrimesdistrib-dirs:
1173654Sphk	mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
1183654Sphk	mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
11911635Sache# Compatibility stuff, remove obsoleted links, if exists
12011849Sache	if [ -d	${DESTDIR}/usr/share/locale ] ;	\
12111635Sache	then \
12211635Sache		cd ${DESTDIR}/usr/share/locale;	\
12311635Sache		for l in ${LATIN1LINKS}	; do \
12411853Speter			if [ -h $$l.ISO_8859-1 ]; then \
12511853Speter				rm $$l.ISO_8859-1; \
12611853Speter			fi ; \
12711635Sache		done; \
12811635Sache	fi
1293654Sphk	mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
1307129Srgrimes	mtree -deU -f ${.CURDIR}/mtree/BSD.include.dist \
1317129Srgrimes		-p ${DESTDIR}/usr/include
132410Srgrimes	cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
1337129Srgrimes	cd ${DESTDIR}/usr/share/locale; \
13411635Sache	set - `cat ${.CURDIR}/locale.alias`; \
13511635Sache	while [ $$# -gt 0 ] ; \
13611635Sache	do \
13711635Sache		rm -rf "$$1"; \
13811635Sache		ln -s "$$2" "$$1"; \
13911635Sache		shift; shift; \
1407129Srgrimes	done
14111635Sache	cd ${DESTDIR}/usr/share/nls; \
14211635Sache	set - `cat ${.CURDIR}/locale.alias`; \
14311635Sache	while [ $$# -gt 0 ] ; \
14411635Sache	do \
14511635Sache		rm -rf "$$1"; \
14611635Sache		ln -s "$$2" "$$1"; \
14711635Sache		shift; shift; \
14811635Sache	done; \
14911635Sache	rm -rf POSIX; \
15011635Sache	ln -s C POSIX
151147Srgrimes
15237Srgrimes.include <bsd.prog.mk>
153