Makefile revision 1.56
11.56Sthorpej# $NetBSD: Makefile,v 1.56 1996/10/18 02:37:51 thorpej Exp $ 21.24Smycroft# from: @(#)Makefile 5.11 (Berkeley) 5/21/91 31.1Scgd 41.23ScgdTZDIR= /usr/share/zoneinfo 51.19SderaadtLOCALTIME= US/Pacific 61.19Sderaadt 71.55Sperry# setting NOOBJ prevents "make obj" from doing anything; 81.55Sperry# an objdir would break the installation stuff below 91.1ScgdNOOBJ= oobj 101.1Scgd 111.32Sjtc.if exists(etc.${MACHINE}/Makefile.inc) 121.34Scgd.include "etc.${MACHINE}/Makefile.inc" 131.32Sjtc.endif 141.32Sjtc 151.21Scgd# -rw-r--r-- 161.21ScgdBINOWN= root 171.21ScgdBINGRP= wheel 181.45ScgdBIN1= aliases bootptab changelist csh.cshrc csh.login csh.logout daily \ 191.45Scgd dm.conf ftpusers ftpchroot gettytab group hosts hosts.equiv hosts.lpd \ 201.52Smrg inetd.conf man.conf monthly motd mrouted.conf myname netstart \ 211.52Smrg networks newsyslog.conf phones printcap protocols rbootd.conf rc \ 221.52Smrg rc.local remote rpc security services shells syslog.conf weekly \ 231.52Smrg etc.${MACHINE}/ttys etc.${MACHINE}/disktab 241.1Scgd 251.46Sderaadt# -rw-rw-r-- 261.1ScgdBIN2= motd 271.1Scgd 281.1ScgdNAMEDB= localhost.rev named.boot root.cache 291.1ScgdPCS= pcs750.bin 301.1Scgd 311.53Scgdall clean cleandir depend etc includes install lint: 321.1Scgd 331.34Scgd.ifndef DESTDIR 341.41Scgddistribution distrib-dirs snapshot: 351.36Scgd @echo setenv DESTDIR before doing that! 361.34Scgd @false 371.34Scgd.else 381.7Scgddistribution: distrib-dirs 391.53Scgd (cd ..; ${MAKE} includes) 401.32Sjtc (cd ..; ${MAKE} install) 411.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc 421.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc 431.56Sthorpej ${INSTALL} -c -o root -g wheel -m 600 crontab \ 441.56Sthorpej ${DESTDIR}/var/cron/tabs/root 451.56Sthorpej ${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc 461.32Sjtc chroot ${DESTDIR}/ pwd_mkdb -p /etc/master.passwd 471.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \ 481.1Scgd MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev 491.1Scgd (cd root; \ 501.56Sthorpej ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ 511.1Scgd ${DESTDIR}/root/.cshrc; \ 521.56Sthorpej ${INSTALL} -c -o root -g wheel -m 644 dot.klogin \ 531.1Scgd ${DESTDIR}/root/.klogin; \ 541.56Sthorpej ${INSTALL} -c -o root -g wheel -m 644 dot.login \ 551.1Scgd ${DESTDIR}/root/.login; \ 561.56Sthorpej ${INSTALL} -c -o root -g wheel -m 644 dot.profile \ 571.1Scgd ${DESTDIR}/root/.profile; \ 581.1Scgd rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ 591.1Scgd ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \ 601.1Scgd ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile) 611.47Scgd (cd mtree; \ 621.56Sthorpej ${INSTALL} -c -o root -g wheel -m 600 special \ 631.47Scgd ${DESTDIR}/etc/mtree; \ 641.56Sthorpej ${INSTALL} -c -o root -g wheel -m 444 4.4BSD.dist \ 651.47Scgd ${DESTDIR}/etc/mtree) 661.56Sthorpej cd namedb; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \ 671.1Scgd ${DESTDIR}/etc/namedb 681.19Sderaadt /bin/rm -f ${DESTDIR}/etc/localtime 691.19Sderaadt ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime 701.48Sderaadt /bin/rm -f ${DESTDIR}/etc/rmt 711.48Sderaadt ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt 721.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g operator -m 664 /dev/null \ 731.32Sjtc ${DESTDIR}/etc/dumpdates 741.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g operator -m 644 /dev/null \ 751.44Sderaadt ${DESTDIR}/etc/skeykeys 761.56Sthorpej ${INSTALL} -c -o root -g wheel -m 600 /dev/null \ 771.38Scgd ${DESTDIR}/var/cron/log 781.56Sthorpej ${INSTALL} -c -o nobody -g ${BINGRP} -m 664 /dev/null \ 791.32Sjtc ${DESTDIR}/var/db/locate.database 801.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 811.32Sjtc ${DESTDIR}/var/log/lastlog 821.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 831.32Sjtc ${DESTDIR}/var/log/lpd-errs 841.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 851.32Sjtc ${DESTDIR}/var/log/maillog 861.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 871.32Sjtc ${DESTDIR}/var/log/messages 881.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 891.32Sjtc ${DESTDIR}/var/log/wtmp 901.56Sthorpej ${INSTALL} -c -o daemon -g staff -m 664 /dev/null \ 911.39Scgd ${DESTDIR}/var/msgs/bounds 921.56Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ 931.32Sjtc ${DESTDIR}/var/run/utmp 941.56Sthorpej (cd etc.${MACHINE}; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ 951.6Scgd fstab.* ${DESTDIR}/etc) 961.49Stls (cd ${DESTDIR}/dev; ./MAKEDEV all) 971.1Scgd.if ${MACHINE} == "vax" 981.56Sthorpej (cd etc.vax; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \ 991.1Scgd ${DESTDIR}/) 1001.1Scgd.endif 1011.35Scgd (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution) 1021.1Scgd 1031.1Scgd 1041.7Scgddistrib-dirs: 1051.56Sthorpej ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR} 1061.47Scgd -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u 1071.28Sjtc cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys 1081.41Scgd 1091.41Scgdsnapshot: distribution snap_pre snap_tar snap_md 1101.41Scgd cd ${DESTDIR}/snapshot && cksum * > CKSUMS 1111.41Scgd 1121.41Scgdsnap_pre: 1131.41Scgd /bin/rm -rf ${DESTDIR}/snapshot 1141.56Sthorpej ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}/snapshot 1151.41Scgd 1161.41Scgdsnap_tar: 1171.41Scgd cd ${DESTDIR} && tar cf - bin | gzip -9 > snapshot/bin.tar.gz 1181.41Scgd cd ${DESTDIR} && tar cf - dev | gzip -9 > snapshot/dev.tar.gz 1191.41Scgd cd ${DESTDIR} && tar cf - .profile .cshrc etc mnt root sys tmp | \ 1201.41Scgd gzip -9 > snapshot/etc.tar.gz 1211.41Scgd cd ${DESTDIR} && tar cf - sbin | gzip -9 > snapshot/sbin.tar.gz 1221.41Scgd cd ${DESTDIR} && tar cf - usr/bin | gzip -9 > snapshot/usr.bin.tar.gz 1231.41Scgd cd ${DESTDIR} && tar cf - usr/games | gzip -9 > \ 1241.41Scgd snapshot/usr.games.tar.gz 1251.41Scgd cd ${DESTDIR} && tar cf - usr/include | gzip -9 > \ 1261.41Scgd snapshot/usr.include.tar.gz 1271.41Scgd cd ${DESTDIR} && tar cf - usr/lib | gzip -9 > snapshot/usr.lib.tar.gz 1281.41Scgd cd ${DESTDIR} && tar cf - usr/libexec | gzip -9 > \ 1291.41Scgd snapshot/usr.libexec.tar.gz 1301.51Spk cd ${DESTDIR} && tar cf - usr/mdec usr/libdata usr/local usr/src \ 1311.51Spk usr/obj | gzip -9 > snapshot/usr.misc.tar.gz 1321.41Scgd cd ${DESTDIR} && tar cf - usr/sbin | gzip -9 > snapshot/usr.sbin.tar.gz 1331.41Scgd cd ${DESTDIR} && tar cf - usr/share | gzip -9 > \ 1341.41Scgd snapshot/usr.share.tar.gz 1351.41Scgd cd ${DESTDIR} && tar cf - var | gzip -9 > snapshot/var.tar.gz 1361.41Scgd 1371.41Scgdsnap_md: 1381.41Scgd# nothing here -- look in the machine-dependent Makefile.inc 1391.41Scgd 1401.34Scgd.endif # DESTDIR check 1411.7Scgd 1421.1Scgd.include <bsd.prog.mk> 143