Makefile revision 30589
11195Srgrimes#	from: @(#)Makefile	5.11 (Berkeley) 5/21/91
230589Sjmb#	$Id: Makefile,v 1.161 1997/09/28 22:22:06 jkh Exp $
337Srgrimes
437Srgrimes# -rw-r--r--
5147SrgrimesBINOWN= root
6147SrgrimesBINGRP= wheel
728205SjkhBIN1=   aliases amd.map crontab 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
24147Srgrimes
2527487SasamiMTREE=	BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist \
2627487Sasami	BSD.var.dist BSD.x11.dist
277273SrgrimesNAMEDB=	PROTO.localhost.rev named.boot named.root make-localhost
2819032SpstPPPCNF= ppp.conf.filter.sample ppp.conf.iij.sample ppp.conf.sample \
2919032Spst	ppp.conf.server.sample ppp.dialup.sample ppp.linkup.sample \
3029950Sjkh	ppp.pap.dialup.sample ppp.secret.sample ppp.deny ppp.shells.sample
3130589SjmbNOSPAM=	Makefile README sendmail.cf.additions
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; \
559970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
561759Sjkh	    ${DESTDIR}/var/cron/log; \
579970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
581759Sjkh	    master.passwd ${DESTDIR}/etc; \
5928266Spst	( cd ${.CURDIR}/periodic; ${MAKE} install );\
6017639Swosch	( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\
6117639Swosch	( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \
6217639Swosch	( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
6317645Swosch	( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \
6420979Speter	( cd ${.CURDIR}/../usr.sbin/sendmail/cf/cf; ${MAKE} etc-sendmail.cf ); \
651759Sjkh	pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
669970Sbde	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
671759Sjkh	     MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev )
681759Sjkh	(cd ${DESTDIR}/dev; sh MAKEDEV all) ;
691731Sjkh	(cd ${.CURDIR}/root; \
709970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
7137Srgrimes		    ${DESTDIR}/root/.cshrc; \
729970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \
7337Srgrimes		    ${DESTDIR}/root/.klogin; \
749970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.login \
7537Srgrimes		    ${DESTDIR}/root/.login; \
769970Sbde		${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.profile \
7737Srgrimes		    ${DESTDIR}/root/.profile; \
7837Srgrimes		rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
7937Srgrimes		ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
8037Srgrimes		ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
819970Sbde	cd ${.CURDIR}/mtree; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
821731Sjkh	    ${MTREE} ${DESTDIR}/etc/mtree
839970Sbde	cd ${.CURDIR}/namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
841731Sjkh	    ${NAMEDB} ${DESTDIR}/etc/namedb
859970Sbde	cd ${.CURDIR}/ppp; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
866177Samurai	    ${PPPCNF} ${DESTDIR}/etc/ppp
8730589Sjmb	cd ${.CURDIR}/mail; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
8830589Sjmb	    ${NOSPAM} ${DESTDIR}/etc/mail
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