Removed LOCATIME and TZDIR stuff since it is now handled correctly by
[unix-history] / etc / Makefile
index b516ea1..0dcdd8f 100644 (file)
@@ -1,8 +1,5 @@
 #      @(#)Makefile    5.11 (Berkeley) 5/21/91
 
 #      @(#)Makefile    5.11 (Berkeley) 5/21/91
 
-LOCALTIME=     US/Pacific
-TZDIR=/usr/share/zoneinfo
-
 NOOBJ= oobj
 
 # disktab may be wrong -- hcx9 is a tahoe, but gets its own.
 NOOBJ= oobj
 
 # disktab may be wrong -- hcx9 is a tahoe, but gets its own.
@@ -11,7 +8,7 @@ BINOWN= root
 BINGRP= wheel
 BIN1=  aliases csh.cshrc csh.login csh.logout dm.conf \
        ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
 BINGRP= wheel
 BIN1=  aliases csh.cshrc csh.login csh.logout dm.conf \
        ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
-       inetd.conf man.conf motd myname netstart phones \
+       inetd.conf motd myname netstart phones \
        printcap protocols rc rc.local remote security services shells \
        syslog.conf ttys etc.${MACHINE}/disktab rpc
 
        printcap protocols rc rc.local remote security services shells \
        syslog.conf ttys etc.${MACHINE}/disktab rpc
 
@@ -27,6 +24,54 @@ PCS= pcs750.bin
 WCS1=  wcs fppwcs poc poc1 poc2 fppoc
 WCS2=  fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
 
 WCS1=  wcs fppwcs poc poc1 poc2 fppoc
 WCS2=  fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual
 
+# Special top level files for FreeBSD
+COPYRIGHT= COPYRIGHT
+FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD ${COPYRIGHT}
+#
+# Floppy drive name and files for building FreeBSD Floppies
+FLOPPY?=       fd0
+MOUNT=         /mnt
+#
+MDEC=          usr/mdec/bootfd usr/mdec/fdboot
+MDEC+=         usr/mdec/bootsd usr/mdec/sdboot
+MDEC+=         usr/mdec/bootwd usr/mdec/wdboot
+#
+KC_DIRS=       dev mnt
+KC_FILES=      ${COPYRIGHT}
+KC_FILES+=     bin/[ bin/cp bin/echo bin/sh bin/test
+KC_FILES+=     sbin/fsck sbin/halt sbin/init sbin/mount sbin/umount
+#
+INST1_DIRS=    bin dev etc mnt sbin usr usr/bin usr/mdec usr/sbin
+INST1_TREES=   dev
+INST1_FILES=   ${COPYRIGHT}
+INST1_FILES+=  bin/[ bin/cat bin/expr bin/ls bin/mkdir
+#INST1_FILES+= bin/df
+INST1_FILES+=  bin/sh bin/sync bin/test
+INST1_FILES+=  dev/MAKEDEV dev/MAKEDEV.local
+#INST1_FILES+= etc/disktab
+INST1_FILES+=  etc/group etc/master.passwd etc/passwd
+INST1_FILES+=  etc/pwd.db etc/spwd.db
+INST1_FILES+=  sbin/disklabel sbin/halt sbin/init sbin/mount sbin/umount
+INST1_FILES+=  sbin/mount_pcfs sbin/newfs sbin/reboot
+INST1_FILES+=  usr/bin/cpio
+INST1_FILES+=  ${MDEC}
+INST1_FILES+=  usr/sbin/bad144
+
+INST2_FILES=   ${COPYRIGHT}
+INST2_FILES+=  usr/bin/gunzip usr/bin/gzcat usr/bin/gzip usr/bin/zcat
+INST2_CPIO=    bin/chmod bin/cp bin/dd bin/mv bin/pwd bin/rm bin/stty
+INST2_CPIO+=   etc/protocols etc/services
+INST2_CPIO+=   sbin/ifconfig sbin/fsck sbin/mknod
+#INST2_CPIO+=  sbin/mount_pcfs sbin/mount_isofs
+INST2_CPIO+=   sbin/route sbin/shutdown sbin/slattach
+INST2_CPIO+=   tmp
+INST2_CPIO+=   usr/bin/awk usr/bin/chgrp usr/bin/ftp
+INST2_CPIO+=   usr/bin/more usr/bin/tar usr/bin/tip
+INST2_CPIO+=   usr/bin/elvis usr/bin/ex usr/bin/vi usr/bin/view
+#INST2_CPIO+=  usr/local/bin/mread usr/local/bin/rz
+INST2_CPIO+=   usr/sbin/update usr/sbin/chown
+INST2_CPIO+=   var
+
 all clean cleandir depend etc install lint:
 
 distribution: distrib-dirs
 all clean cleandir depend etc install lint:
 
 distribution: distrib-dirs
@@ -34,15 +79,17 @@ distribution: distrib-dirs
        install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc
        install -c -o root -g wheel -m 755 ${BIN3} ${DESTDIR}/etc
        install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
        install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc
        install -c -o root -g wheel -m 755 ${BIN3} ${DESTDIR}/etc
        install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
+       install -c -o root -g wheel -m 600 /dev/null ${DESTDIR}/var/cron/log
        install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
        #
        install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
        #
-       # This is broken, it always does /etc. It IGNORES the $DESTDIR for 
+       # This is broken, it always does /etc. It IGNORES the ${DESTDIR} for 
        # where to write the spwd.db pwd.db files.  
        #(cd ${DESTDIR}/etc; pwd_mkdb -p master.passwd)
        #
        # Work around for above problem.
        install -c -o root -g wheel -m 644 pwd.db ${DESTDIR}/etc
        install -c -o root -g wheel -m 600 spwd.db ${DESTDIR}/etc
        # where to write the spwd.db pwd.db files.  
        #(cd ${DESTDIR}/etc; pwd_mkdb -p master.passwd)
        #
        # Work around for above problem.
        install -c -o root -g wheel -m 644 pwd.db ${DESTDIR}/etc
        install -c -o root -g wheel -m 600 spwd.db ${DESTDIR}/etc
+       install -c -o root -g wheel -m 644 passwd ${DESTDIR}/etc
        install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
             MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
        (cd ${DESTDIR}/dev; sh MAKEDEV all)
        install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
             MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
        (cd ${DESTDIR}/dev; sh MAKEDEV all)
@@ -62,8 +109,6 @@ distribution: distrib-dirs
            ${DESTDIR}/etc/mtree
        cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
            ${DESTDIR}/etc/namedb
            ${DESTDIR}/etc/mtree
        cd namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${NAMEDB} \
            ${DESTDIR}/etc/namedb
-       /bin/rm -f ${DESTDIR}/etc/localtime
-       ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
        install -c -o ${BINOWN} -g operator -m 664 /dev/null \
            ${DESTDIR}/etc/dumpdates
        install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
        install -c -o ${BINOWN} -g operator -m 664 /dev/null \
            ${DESTDIR}/etc/dumpdates
        install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
@@ -72,6 +117,8 @@ distribution: distrib-dirs
            ${DESTDIR}/var/log/lpd-errs
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/log/maillog
            ${DESTDIR}/var/log/lpd-errs
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/log/maillog
+       install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
+           ${DESTDIR}/var/log/lastlog
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/log/messages
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/log/messages
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
@@ -80,6 +127,16 @@ distribution: distrib-dirs
            ${DESTDIR}/var/run/utmp
        (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
            fstab.* ${DESTDIR}/etc)
            ${DESTDIR}/var/run/utmp
        (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
            fstab.* ${DESTDIR}/etc)
+       (cd ..; make install)
+       (cd ../usr.sbin/sendmail/src; \
+           make install; \
+        cd ../cf/cf; \
+           make tcpproto.cf; \
+           install -o root -g wheel -m 644 tcpproto.cf \
+               ${DESTDIR}/etc/sendmail.cf)
+       (cd ../; \
+           install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
+       (cd ..; make mdec; )
 .if ${MACHINE} == "tahoe"
        (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
            ${DESTDIR}/)
 .if ${MACHINE} == "tahoe"
        (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
            ${DESTDIR}/)
@@ -88,20 +145,100 @@ distribution: distrib-dirs
        (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
            ${DESTDIR}/)
 .endif
        (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
            ${DESTDIR}/)
 .endif
-.if ${MACHINE} == "i386"
-       (cd ../sys/i386/boot; make depend all install; \
-        cd /usr/mdec; find . | cpio -pdalmuv ${DESTDIR}/usr/mdec)
-       (cd ..; make install)
-       (cd ../include; make copies)
-       (cd ../usr.sbin/sendmail/src; make install)
-.endif
 
 hcx9-distribution:
        (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
            ${DESTDIR}/)
 
 
 hcx9-distribution:
        (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
            ${DESTDIR}/)
 
+kc-kernels: ../sys/i386/conf/GENERICAH ../sys/i386/conf/GENERICBT
+       (cd ../sys/compile; rm -rf GENERICAH GENERICBT)
+       (cd ../sys/i386/conf; config GENERICAH; config GENERICBT)
+       (cd ../sys/compile/GENERICAH; make depend; make all; \
+           install -c -o root -g wheel -m 755 386bsd \
+               ${DESTDIR}/386bsd.GENERICAH)
+       (cd ../sys/compile/GENERICBT; make depend; make all; \
+           install -c -o root -g wheel -m 755 386bsd \
+               ${DESTDIR}/386bsd.GENERICBT)
+
+kc-floppy:
+       disklabel -w -r ${FLOPPY} floppy5 /usr/mdec/fdboot /usr/mdec/bootfd
+       newfs -b 4096 -c 80 -f 512 -i 16384 -m 0 -o space r${FLOPPY}a floppy5
+       mount /dev/${FLOPPY}a ${MOUNT}
+       chown root.wheel ${MOUNT}/.
+       chmod 755 ${MOUNT}/.
+       (cd ${DESTDIR}/; \
+           ls -d ${KC_DIRS} | cpio -pdamuv ${MOUNT})
+       (cd ${MOUNT}/dev; \
+           sh ${DESTDIR}/dev/MAKEDEV std; \
+           rm -rf fd; \
+           sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0 sd1)
+       (cd ${DESTDIR}/; \
+           ls ${KC_FILES} | cpio -pdamuv ${MOUNT})
+       install -c -o root -g wheel -m 755 etc.i386/kc.profile \
+           ${MOUNT}/.profile
+
+kc-ah-floppy: kc-floppy
+       (cd ../sys/compile/GENERICAH; \
+           install -c -o root -g wheel -m 755 386bsd ${MOUNT}/)
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}a
+       fsck /dev/r${FLOPPY}a
+
+kc-bt-floppy: kc-floppy
+       (cd ../sys/compile/GENERICBT; \
+           install -c -o root -g wheel -m 755 386bsd ${MOUNT}/)
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}a
+       fsck /dev/r${FLOPPY}a
+
+inst1-floppy:
+       disklabel -w -r ${FLOPPY} floppy5 /usr/mdec/fdboot /usr/mdec/bootfd
+       newfs -b 4096 -c 80 -f 512 -i 10240 -m 0 -o space r${FLOPPY}a floppy5
+       mount /dev/${FLOPPY}a ${MOUNT}
+       chown root.wheel ${MOUNT}/.
+       chmod 755 ${MOUNT}/.
+       (cd ${DESTDIR}/; \
+           ls -d ${INST1_DIRS} | cpio -pdamuv ${MOUNT})
+       (cd ${MOUNT}/dev; \
+           sh ${DESTDIR}/dev/MAKEDEV std; \
+           rm -rf fd; \
+           sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0 sd1)
+       (cd ${DESTDIR}/; \
+           ls ${INST1_FILES} | cpio -pdamuv ${MOUNT})
+       install -c -o root -g wheel -m 755 etc.i386/inst1.profile \
+           ${MOUNT}/.profile
+       install -c -o root -g wheel -m 755 etc.i386/inst1.install \
+           ${MOUNT}/install
+       (cd ${MOUNT}/; \
+           ls ${INST1_FILES} >/tmp/filelist; \
+           ls -d ${INST1_DIRS} >>/tmp/filelist; \
+           find ${INST1_TREES} >>/tmp/filelist; \
+           sort -u /tmp/filelist >filelist; \
+           rm /tmp/filelist)
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}a
+       fsck /dev/r${FLOPPY}a
+
+inst2-floppy:
+       disklabel -w -r ${FLOPPY} floppy5 /usr/mdec/fdboot /usr/mdec/bootfd
+       newfs -b 4096 -c 80 -f 512 -i 65536 -m 0 -o space r${FLOPPY}a floppy5
+       mount /dev/${FLOPPY}a ${MOUNT}
+       chown root.wheel ${MOUNT}/.
+       chmod 755 ${MOUNT}/.
+       (cd ${DESTDIR}/; \
+           ls ${INST2_FILES} | cpio -pdamuv ${MOUNT})
+       (cd ${DESTDIR}/; \
+           find ${INST2_CPIO} | cpio -oav | gzip -9 >${MOUNT}/inst2.cpio.gz)
+       install -c -o root -g wheel -m 755 etc.i386/inst2.profile \
+           ${MOUNT}/.profile
+       install -c -o root -g wheel -m 755 etc.i386/inst2.install \
+           ${MOUNT}/install
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}a
+       fsck /dev/r${FLOPPY}a
+
 distrib-dirs:
 distrib-dirs:
-       mtree -du -f mtree/BSD.root.dist -p ${DESTDIR}
+       mtree -u -f mtree/BSD.root.dist -p ${DESTDIR}/
        mtree -u -f mtree/BSD.var.dist -p ${DESTDIR}/var
        mtree -u -f mtree/BSD.usr.dist -p ${DESTDIR}/usr
        (cd ${DESTDIR}; rm -f ${DESTDIR}/sys; \
        mtree -u -f mtree/BSD.var.dist -p ${DESTDIR}/var
        mtree -u -f mtree/BSD.usr.dist -p ${DESTDIR}/usr
        (cd ${DESTDIR}; rm -f ${DESTDIR}/sys; \