Ok, this should about wrap it up.
[unix-history] / etc / Makefile
index dcce0e4..03036d4 100644 (file)
@@ -1,9 +1,5 @@
-#      @(#)Makefile    5.11 (Berkeley) 5/21/91
-
-LOCALTIME=     US/Pacific
-TZDIR=/usr/share/zoneinfo
-
-NOOBJ= oobj
+#      from: @(#)Makefile      5.11 (Berkeley) 5/21/91
+#      $Id: Makefile,v 1.69 1994/06/21 12:42:56 jkh Exp $
 
 # disktab may be wrong -- hcx9 is a tahoe, but gets its own.
 # -rw-r--r--
 
 # disktab may be wrong -- hcx9 is a tahoe, but gets its own.
 # -rw-r--r--
@@ -11,9 +7,12 @@ 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 motd myname netstart phones \
-       printcap protocols rc rc.local remote security services shells \
-       syslog.conf ttys etc.${MACHINE}/disktab rpc
+       inetd.conf login.access motd myname netstart \
+       networks phones printcap protocols rc rc.local remote \
+       security services shells skey.access \
+       syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \
+       ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \
+       ${.CURDIR}/../usr.bin/mail/misc/mail.rc
 
 # -rw-rw-rw-
 BIN2=  motd
 
 # -rw-rw-rw-
 BIN2=  motd
@@ -21,96 +20,151 @@ BIN2=      motd
 # -rwxr-xr-x root.wheel, for the new f***ing cron root.wheel
 BIN3=  daily weekly monthly
 
 # -rwxr-xr-x root.wheel, for the new f***ing cron root.wheel
 BIN3=  daily weekly monthly
 
-MTREE= BSD.root.dist BSD.usr.dist BSD.var.dist
+CLEANFILES+= *.o *.lo *.c *.cache
+
+MTREE= BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist
 NAMEDB=        localhost.rev named.boot root.cache
 PCS=   pcs750.bin
 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
 NAMEDB=        localhost.rev named.boot root.cache
 PCS=   pcs750.bin
 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}
+COPYRIGHT=     COPYRIGHT.386BSD COPYRIGHT.FreeBSD
+FREEBSD=       CONTRIB.386BSD CONTRIB.FreeBSD ROSTER.FreeBSD
+FREEBSD+=      MIRROR.SITES PERSONAL.ACKS RELNOTES.FreeBSD SUPPORT.TXT
+FREEBSD+=      ${COPYRIGHT}
 #
 # Floppy drive name and files for building FreeBSD Floppies
 FLOPPY?=       fd0
 #
 # Floppy drive name and files for building FreeBSD Floppies
 FLOPPY?=       fd0
-MOUNT=         /mnt
+MOUNT?=                /mnt
+FLOPPY_TYPE?=  fd1200
 #
 MDEC=          usr/mdec/bootfd usr/mdec/fdboot
 MDEC+=         usr/mdec/bootsd usr/mdec/sdboot
 MDEC+=         usr/mdec/bootwd usr/mdec/wdboot
 #
 #
 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_DIRS=       bin dev mnt sbin
 KC_FILES=      ${COPYRIGHT}
 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
+KC_LINKS=      bin/[ bin/cp bin/echo bin/sh bin/test
+KC_LINKS+=     sbin/fsck sbin/halt sbin/init
+KC_LINKS+=     sbin/mount sbin/mount_isofs
+KC_LINKS+=     sbin/umount
+#
+CD_DIRS=       etc usr
 #
 #
-INST1_DIRS=    dev mnt
-INST1_FILES=   ${COPYRIGHT}
-INST1_FILES+=  bin/[ bin/cat bin/df bin/expr bin/ls bin/mkdir
-INST1_FILES+=  bin/sh bin/sync bin/test
-INST1_FILES+=  dev/MAKEDEV dev/MAKEDEV.local
-INST1_FILES+=  etc/disktab 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/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 usr/bin/zcat
-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:
+FILESYSTEM_DIRS=       bin dev etc mnt proc sbin usr usr/bin usr/mdec usr/sbin
+FILESYSTEM_TREES=      dev
+FILESYSTEM_FILES=      ${COPYRIGHT}
+FILESYSTEM_FILES+=     dev/MAKEDEV
+FILESYSTEM_FILES+=     etc/group
+FILESYSTEM_FILES+=     etc/master.passwd etc/passwd etc/pwd.db
+FILESYSTEM_FILES+=     ${MDEC}
+FILESYSTEM_LINKS=      bin/[ bin/expr bin/ls bin/mkdir bin/rm
+FILESYSTEM_LINKS+=     bin/sh bin/sync bin/test
+FILESYSTEM_LINKS+=     sbin/disklabel sbin/fdisk sbin/halt sbin/init
+FILESYSTEM_LINKS+=     sbin/mount sbin/mount_pcfs
+FILESYSTEM_LINKS+=     sbin/newfs
+FILESYSTEM_LINKS+=     sbin/umount
+FILESYSTEM_LINKS+=     usr/bin/cpio
+FILESYSTEM_LINKS+=     usr/bin/gunzip usr/bin/gzcat usr/bin/gzip usr/bin/zcat
+FILESYSTEM_LINKS+=     usr/sbin/bad144
+FILESYSTEM_CPIO=       .profile
+FILESYSTEM_CPIO+=      root/.profile
+FILESYSTEM_CPIO+=      bin/[
+FILESYSTEM_CPIO+=      bin/chmod bin/cat bin/cp bin/df bin/expr bin/ls
+FILESYSTEM_CPIO+=      bin/ln bin/mkdir bin/mv bin/rm bin/sync
+FILESYSTEM_CPIO+=      bin/test
+FILESYSTEM_CPIO+=      etc/spwd.db
+FILESYSTEM_CPIO+=      sbin/disklabel sbin/fdisk sbin/halt sbin/init
+FILESYSTEM_CPIO+=      sbin/mount sbin/mount_pcfs
+FILESYSTEM_CPIO+=      sbin/newfs
+FILESYSTEM_CPIO+=      sbin/umount
+FILESYSTEM_CPIO_DIRS=  root
+
+CPIO_FILES=    ${COPYRIGHT}
+CPIO_CPIO=     bin/dd bin/ps bin/pwd bin/stty
+CPIO_CPIO+=    etc/protocols etc/remote etc/services
+CPIO_CPIO+=    etc/termcap
+CPIO_CPIO+=    sbin/dmesg
+CPIO_CPIO+=    sbin/ifconfig sbin/fsck sbin/mknod sbin/mount_isofs
+CPIO_CPIO+=    sbin/mount_procfs
+CPIO_CPIO+=    sbin/reboot sbin/route sbin/slattach
+CPIO_CPIO+=    usr/bin/awk usr/bin/chgrp usr/bin/cpio usr/bin/ex usr/bin/ftp
+CPIO_CPIO+=    usr/bin/gunzip usr/bin/gzcat usr/bin/gzip
+CPIO_CPIO+=    usr/bin/more usr/bin/tar usr/bin/tip
+CPIO_CPIO+=    usr/bin/vi usr/bin/view usr/bin/zcat
+CPIO_CPIO+=    usr/lib/libc.so.1.1
+CPIO_CPIO+=    usr/lib/libcurses.so.1.1
+CPIO_CPIO+=    usr/lib/libgcc.so.1.1
+CPIO_CPIO+=    usr/lib/libm.so.1.1
+CPIO_CPIO+=    usr/lib/libtermlib.so.1.1
+CPIO_CPIO+=    usr/lib/libtermcap.so.1.1
+CPIO_CPIO+=    usr/lib/libutil.so.1.1
+CPIO_CPIO+=    usr/libexec/ld.so
+CPIO_CPIO+=    usr/sbin/bad144 usr/sbin/chown
+CPIO_CPIO+=    usr/share/misc/termcap
+CPIO_CPIO_DIRS=                tmp usr/lib usr/libexec usr/share usr/share/misc
+CPIO_CPIO_DIRS+=       var var/tmp var/run var/spool var/spool/lock
+
+CRYPT_LIB=     lib/libcrypt
+CRYPT_SRCS=    bin/ed bin/rcp
+CRYPT_SRCS+=   libexec/ftpd libexec/makekey libexec/rexecd libexec/rlogind
+CRYPT_SRCS+=   libexec/rshd libexec/telnetd libexec/uucpd
+CRYPT_SRCS+=   sbin/init.bsdi
+CRYPT_SRCS+=   usr.bin/bdes usr.bin/lock usr.bin/login usr.bin/passwd
+CRYPT_SRCS+=   usr.bin/rlogin usr.bin/rsh usr.bin/su usr.bin/telnet
+CRYPT_DIRS=    bin sbin usr usr/bin usr/lib usr/libexec 
+
+all depend etc install lint:
 
 
+crypt:
+       rm -f ${LIBCRYPT};
+       (cd ${.CURDIR}/../${CRYPT_LIB}; \
+               ${MAKE} cleandir obj depend all install)
+       for i in ${CRYPT_SRCS}; do \
+               cd ${.CURDIR}/../$$i; \
+               ${MAKE} cleandir obj depend all; \
+       done
+       
+non-crypt:
+       rm -f ${LIBCRYPT}
+       for i in ${CRYPT_SRCS}; do \
+               cd ${.CURDIR}/../$$i; \
+               ${MAKE} cleandir obj depend all; \
+       done
+       
 distribution: distrib-dirs
 distribution: distrib-dirs
-       install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
-       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
-       #
-       # 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
-       install -c -o root -g wheel -m 644 passwd ${DESTDIR}/etc
+       (cd ${.CURDIR}; \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc; \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc; \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN3} ${DESTDIR}/etc; \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 644 crontab ${DESTDIR}/etc; \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+           ${DESTDIR}/var/cron/log; \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 600 \
+           master.passwd ${DESTDIR}/etc; \
+       pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
        install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
        install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
-            MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
-       (cd ${DESTDIR}/dev; sh MAKEDEV all)
-       (cd root; \
-               install -c -o root -g wheel -m 644 dot.cshrc \
+            MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev )
+.if defined(CDROMDIST)
+       (cd ${DESTDIR}/dev; sh MAKEDEV all) ;
+.endif
+       (cd ${.CURDIR}/root; \
+               install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.cshrc \
                    ${DESTDIR}/root/.cshrc; \
                    ${DESTDIR}/root/.cshrc; \
-               install -c -o root -g wheel -m 644 dot.klogin \
+               install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.klogin \
                    ${DESTDIR}/root/.klogin; \
                    ${DESTDIR}/root/.klogin; \
-               install -c -o root -g wheel -m 644 dot.login \
+               install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.login \
                    ${DESTDIR}/root/.login; \
                    ${DESTDIR}/root/.login; \
-               install -c -o root -g wheel -m 644 dot.profile \
+               install -c -o ${BINOWN} -g ${BINGRP} -m 644 dot.profile \
                    ${DESTDIR}/root/.profile; \
                rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
                ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
                    ${DESTDIR}/root/.profile; \
                rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
                ln ${DESTDIR}/root/.cshrc ${DESTDIR}/.cshrc; \
                ln ${DESTDIR}/root/.profile ${DESTDIR}/.profile)
-       cd mtree; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${MTREE} \
-           ${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
+       cd ${.CURDIR}/mtree; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+           ${MTREE} ${DESTDIR}/etc/mtree
+       cd ${.CURDIR}/namedb; install -c -o ${BINOWN} -g ${BINGRP} -m 644 \
+           ${NAMEDB} ${DESTDIR}/etc/namedb
        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 \
@@ -119,120 +173,419 @@ 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/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 \
            ${DESTDIR}/var/log/wtmp
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/run/utmp
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/log/messages
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/log/wtmp
        install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
            ${DESTDIR}/var/run/utmp
-       (cd etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
-           fstab.* ${DESTDIR}/etc)
-.if ${MACHINE} == "tahoe"
-       (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS1} \
-           ${DESTDIR}/)
-.endif
-.if ${MACHINE} == "vax"
-       (cd etc.vax; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
-           ${DESTDIR}/)
+       install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${.CURDIR}/minfree \
+           ${DESTDIR}/var/crash
+       (cd ${.CURDIR}/etc.${MACHINE}; install -c -o ${BINOWN} -g ${BINGRP} \
+           -m 444 fstab.* ${DESTDIR}/etc)
+.if defined(NOCRYPT)
+       (cd ${.CURDIR}; ${MAKE} non-crypt)
+       (cd ${.CURDIR}/..; NOCRYPT=nocrypt; export NOCRYPT; ${MAKE} install)
+.else
+       (cd ${.CURDIR}; ${MAKE} crypt)
+       (cd ${.CURDIR}/..; ${MAKE} install
 .endif
 .endif
-.if ${MACHINE} == "i386"
-       (cd ../sys/i386/boot; \
-           make depend all install cleandir)
-       (cd /; \
-           ls ${MDEC} | cpio -pdalmuv ${DESTDIR}/)
-       (cd ../usr.sbin/sendmail/src; \
-           make install; \
+       (cd ${.CURDIR}/../usr.sbin/sendmail/src; \
+           ${MAKE} install; \
         cd ../cf/cf; \
         cd ../cf/cf; \
-           make tcpproto.cf; \
-           install -o root -g wheel -m 644 tcpproto.cf \
+           ${MAKE} obj; \
+           ${MAKE} freefall.cf; \
+           install -o ${BINOWN} -g ${BINGRP} -m 644 obj/freefall.cf \
                ${DESTDIR}/etc/sendmail.cf)
                ${DESTDIR}/etc/sendmail.cf)
-       (cd ../; \
-           install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
-       (cd ..; make install)
-       # the above make install clobers the /etc/localtime link
-       /bin/rm -f ${DESTDIR}/etc/localtime
-       ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
-       /bin/rm -f ${DESTDIR}/etc/termcap
-       ln -s /usr/share/misc/termcap ${DESTDIR}/etc/termcap
-       (cd ../sys/compile; rm -rf GENERICISA)
-       (cd ../sys/i386/conf; config GENERICISA)
-       (cd ../sys/compile/GENERICISA; make depend; make all; \
-           install -c -o root -g wheel -m 755 386bsd \
-               ${DESTDIR}/386bsd.GENERICISA)
-       (cd ../include; make copies)
+       (cd ${.CURDIR}/..; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} ${DESTDIR}/)
+       (cd ${.CURDIR}/..; ${MAKE} mdec; )
+       (cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
+.if ${MACHINE} == "tahoe"
+       (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \
+           -m 444 ${WCS1} ${DESTDIR}/)
+.endif
+.if ${MACHINE} == "vax"
+       (cd ${.CURDIR}/etc.vax; install -c -o ${BINOWN} -g ${BINGRP} \
+           -m 444 ${PCS} ${DESTDIR}/)
 .endif
 
 .endif
 
+crunch:
+       crunchgen ${.CURDIR}/../contrib/crunch/examples/kcopy.conf
+       make -f kcopy.mk objs exe
+       crunchgen ${.CURDIR}/../contrib/crunch/examples/filesystem.conf
+       make -f filesystem.mk objs exe
+
+extract:
+       install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
+           ${.CURDIR}/etc.i386/EXTRACT_bin.sh ${RELEASEDIR}/tarballs/bindist
+       install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
+           ${.CURDIR}/etc.i386/EXTRACT_src.sh ${RELEASEDIR}/tarballs/srcdist
+       install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
+           ${.CURDIR}/etc.i386/EXTRACT_secr.sh ${RELEASEDIR}/tarballs/secrdist
+
 hcx9-distribution:
 hcx9-distribution:
-       (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
-           ${DESTDIR}/)
+       (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \
+           -m 444 ${WCS2} ${DESTDIR}/)
+
+kcopy-kernels: ${.CURDIR}/../sys/i386/conf/GENERICAH ${.CURDIR}/../sys/i386/conf/GENERICBT
+       (cd ${.CURDIR}/../sys/compile; rm -rf GENERICAH GENERICBT)
+       (cd ${.CURDIR}/../sys/i386/conf; config GENERICAH; config GENERICBT)
+       (cd ${.CURDIR}/../sys/compile/GENERICAH; ${MAKE} depend; ${MAKE} all; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd \
+               ${DESTDIR}/386bsd.GENERICAH)
+       (cd ${.CURDIR}/../sys/compile/GENERICBT; ${MAKE} depend; ${MAKE} all; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd \
+               ${DESTDIR}/386bsd.GENERICBT)
 
 
-kc-ah-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}
+kcopy-floppy:
+       disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \
+               ${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd
+       newfs -b 4096 -c 80 -f 512 -i 8192 -m 0 -o space \
+               r${FLOPPY} ${FLOPPY_TYPE}
+       mount /dev/${FLOPPY} ${MOUNT}
+       chown ${BINOWN}.${BINGRP} ${MOUNT}/.
+       chmod 755 ${MOUNT}/.
        (cd ${DESTDIR}/; \
        (cd ${DESTDIR}/; \
-           ls -d ${KC_DIRS} | cpio -pdalmuv ${MOUNT})
+           ls -d ${KC_DIRS} | cpio -pdamuv ${MOUNT})
        (cd ${MOUNT}/dev; \
            sh ${DESTDIR}/dev/MAKEDEV std; \
            rm -rf fd; \
        (cd ${MOUNT}/dev; \
            sh ${DESTDIR}/dev/MAKEDEV std; \
            rm -rf fd; \
-           sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0)
+           sh ${DESTDIR}/dev/MAKEDEV fd0 fd1 wd0 wd1 sd0 sd1; \
+           rm -rf fd0?* rfd0?* fd1?* rfd1?*; \
+           sh ${DESTDIR}/dev/MAKEDEV cd0 mcd0 mcd1; \
+           rm -rf rmcd*)
+       (cd ${DESTDIR}/; \
+           ls ${KC_FILES} | cpio -pdamuv ${MOUNT})
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/kc.profile ${MOUNT}/.profile
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           kcopy ${MOUNT}/bin/kcopy
+       (cd ${MOUNT}/; \
+           for i in ${KC_LINKS}; do \
+               ln bin/kcopy $$i; \
+           done)
+
+kcopy_ah.flp:
+       ${MAKE} kcopy-floppy
+       (cd ${.CURDIR}/../sys/compile/GENERICAH; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/)
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}
+       fsck /dev/r${FLOPPY}
+       dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/kcopy_ah.flp \
+               bs=15b count=160
+       gzip --no-name -9 -c ${RELEASEDIR}/floppies/kcopy_ah.flp \
+               >${RELEASEDIR}/floppies/kcopy_ah.flp.gz
+
+kcopy_bt.flp:
+       ${MAKE} kcopy-floppy
+       (cd ${.CURDIR}/../sys/compile/GENERICBT; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/)
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}
+       fsck /dev/r${FLOPPY}
+       dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/kcopy_bt.flp \
+               bs=15b count=160
+       gzip --no-name -9 -c ${RELEASEDIR}/floppies/kcopy_bt.flp \
+               >${RELEASEDIR}/floppies/kcopy_bt.flp.gz
+
+cdins-floppy:
+       ${MAKE} kcopy-floppy
        (cd ${DESTDIR}/; \
        (cd ${DESTDIR}/; \
-           ls ${KC_FILES} | cpio -pdalmuv ${MOUNT})
-       install -c -o root -g wheel -m 755 etc.i386/kc.profile \
-           ${MOUNT}/.profile
-       (cd ../sys/compile/GENERICISA; \
-           install -c -o root -g wheel -m 755 386bsd ${MOUNT}/)
+           ls -d ${CD_DIRS} | cpio -pdamuv ${MOUNT})
+       (cd ${MOUNT}/usr; \
+           ln -s /cdrom/filesys/usr/libexec libexec; \
+           ln -s /cdrom/filesys/usr/lib lib)
+       mkdir ${MOUNT}/cdrom
+       chown ${BINOWN}.${BINGRP} ${MOUNT}/cdrom
+       chmod 755 ${MOUNT}/cdrom
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/cdinst1.profile ${MOUNT}/.profile
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/cdinst1.install ${MOUNT}/install
+       
+cdins_ah.flp:
+       ${MAKE} cdins-floppy
+       (cd ${.CURDIR}/../sys/compile/GENERICAH; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/)
+       df -ik ${MOUNT}
+       umount /dev/${FLOPPY}
+       fsck /dev/r${FLOPPY}
+       dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/cdins_ah.flp \
+               bs=15b count=160
+       gzip --no-name -9 -c ${RELEASEDIR}/floppies/cdins_ah.flp \
+               >${RELEASEDIR}/floppies/cdins_ah.flp.gz
+
+cdins_bt.flp:
+       ${MAKE} cdins-floppy
+       (cd ${.CURDIR}/../sys/compile/GENERICBT; \
+           install -c -o ${BINOWN} -g ${BINGRP} -m 755 386bsd ${MOUNT}/)
        df -ik ${MOUNT}
        df -ik ${MOUNT}
-       umount /dev/${FLOPPY}a
-       fsck /dev/r${FLOPPY}a
+       umount /dev/${FLOPPY}
+       fsck /dev/r${FLOPPY}
+       dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/cdins_bt.flp \
+               bs=15b count=160
+       gzip --no-name -9 -c ${RELEASEDIR}/floppies/cdins_bt.flp \
+               >${RELEASEDIR}/floppies/cdins_bt.flp.gz
 
 
-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}
+filesyst.flp:
+       disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \
+               ${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd
+       newfs -b 4096 -c 80 -f 512 -i 10240 -m 0 -o space \
+               r${FLOPPY}  ${FLOPPY_TYPE}
+       mount /dev/${FLOPPY}  ${MOUNT}
+       chown ${BINOWN}.${BINGRP} ${MOUNT}/.
+       chmod 755 ${MOUNT}/.
        (cd ${DESTDIR}/; \
        (cd ${DESTDIR}/; \
-           ls -d ${INST1_DIRS} | cpio -pdalmuv ${MOUNT})
+           ls -d ${FILESYSTEM_DIRS} | cpio -pdamuv ${MOUNT})
        (cd ${MOUNT}/dev; \
            sh ${DESTDIR}/dev/MAKEDEV std; \
            rm -rf fd; \
        (cd ${MOUNT}/dev; \
            sh ${DESTDIR}/dev/MAKEDEV std; \
            rm -rf fd; \
-           sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0)
+           sh ${DESTDIR}/dev/MAKEDEV fd0 fd1 wd0 sd0 sd1; \
+           rm -f fd0?* fd1?* rfd0?* rfd1?*)
        (cd ${DESTDIR}/; \
        (cd ${DESTDIR}/; \
-           ls ${INST1_FILES} | cpio -pdalmuv ${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
+           ls ${FILESYSTEM_FILES} | cpio -pdamuv ${MOUNT}; \
+           (find ${FILESYSTEM_CPIO}; ls -d ${FILESYSTEM_CPIO_DIRS}) | \
+               cpio -H newc --block-size=16 -oav | \
+               gzip -9 >${MOUNT}/inst1.cpio.gz)
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/inst1.profile ${MOUNT}/.profile
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/inst1.install ${MOUNT}/install
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           filesystem ${MOUNT}/bin/filesystem
        (cd ${MOUNT}/; \
        (cd ${MOUNT}/; \
-           ls ${INST1_FILES} >/tmp/filelist; \
-           find ${INST1_DIRS} | sort >>/tmp/filelist; \
-           sort -u /tmp/filelist >filelist)
+           for i in ${FILESYSTEM_LINKS}; do \
+               ln bin/filesystem $$i; \
+           done)
+       (cd ${MOUNT}/; \
+           ls ${FILESYSTEM_FILES} >/tmp/filelist; \
+           ls ${FILESYSTEM_LINKS} >>/tmp/filelist; \
+           ls -d ${FILESYSTEM_DIRS} >>/tmp/filelist; \
+           find ${FILESYSTEM_TREES} >>/tmp/filelist; \
+           sort -u -r /tmp/filelist >filelist; \
+           rm /tmp/filelist)
        df -ik ${MOUNT}
        df -ik ${MOUNT}
-       umount /dev/${FLOPPY}a
-       fsck /dev/r${FLOPPY}a
+       umount /dev/${FLOPPY}
+       fsck /dev/r${FLOPPY}
+       dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/filesyst.flp \
+               bs=15b count=160
+       gzip --no-name -9 -c ${RELEASEDIR}/floppies/filesyst.flp \
+               >${RELEASEDIR}/floppies/filesyst.flp.gz
 
 
-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}
+cpio.flp:
+       disklabel -w -r ${FLOPPY} ${FLOPPY_TYPE} \
+               ${DESTDIR}/usr/mdec/fdboot ${DESTDIR}/usr/mdec/bootfd
+       newfs -b 4096 -c 80 -f 512 -i 65536 -m 0 -o space \
+                       r${FLOPPY}  ${FLOPPY_TYPE}
+       mount /dev/${FLOPPY} ${MOUNT}
+       chown ${BINOWN}.${BINGRP} ${MOUNT}/.
+       chmod 755 ${MOUNT}/.
        (cd ${DESTDIR}/; \
        (cd ${DESTDIR}/; \
-           ls ${INST2_FILES} | cpio -pdalmuv ${MOUNT})
+               ls ${CPIO_FILES} | cpio -pdamuv ${MOUNT})
        (cd ${DESTDIR}/; \
        (cd ${DESTDIR}/; \
-           find ${INST2_CPIO} | cpio -odalmuv | 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
+           (find ${CPIO_CPIO}; ls -d ${CPIO_CPIO_DIRS}) | \
+               cpio -H newc --block-size=16 -oav | \
+               gzip -9 >${MOUNT}/inst2.cpio.gz)
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/cpio.rc ${MOUNT}/rc
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/cpio.install ${MOUNT}/install
+       install -c -o ${BINOWN} -g ${BINGRP} -m 755 \
+           ${.CURDIR}/etc.i386/cpio.magic ${MOUNT}/magic
        df -ik ${MOUNT}
        df -ik ${MOUNT}
-       umount /dev/${FLOPPY}a
-       fsck /dev/r${FLOPPY}a
+       umount /dev/${FLOPPY}
+       fsck /dev/r${FLOPPY}
+       dd if=/dev/r${FLOPPY} of=${RELEASEDIR}/floppies/cpio.flp \
+               bs=15b count=160
+       gzip --no-name -9 -c ${RELEASEDIR}/floppies/cpio.flp \
+               >${RELEASEDIR}/floppies/cpio.flp.gz
+
+bin-tarball:
+       (cd ${DESTDIR}; \
+               tar cf - . | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/bindist/bin_tgz.)
+
+srcbase-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/[A-Z]* | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/base.)
+
+srcbin-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/bin | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/bin.)
+
+srccontrib-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/contrib | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/contrib.)
+
+srcetc-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/etc | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/etc.)
+
+srcgames-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/games | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/games.)
+
+srcgnu-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/gnu | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/gnu.)
+
+srcinclude-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/include | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/include.)
+
+srclib-tarball:
+       (cd ${DESTDIR}; \
+               tar --exclude usr/src/${CRYPT_LIB} -cf - usr/src/lib | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/lib.)
+
+srclibcrypt-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/${CRYPT_LIB} | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/secrdist/libcrypt.)
+
+srclibexec-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/libexec | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/libexec.)
+
+srcsbin-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/sbin | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/sbin.)
+
+srcshare-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/share | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/share.)
+
+srcsys-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/sys | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/sys.)
+
+srcusrbin-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/usr.bin | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/usrbin.)
+
+srcusrsbin-tarball:
+       (cd ${DESTDIR}; \
+               tar -cf - usr/src/usr.sbin | \
+               gzip --no-name -9 -c | \
+               split -b 240640 - \
+               ${RELEASEDIR}/tarballs/srcdist/usrsbin.)
+
+src-tarball: srcbase-tarball srcbin-tarball srccontrib-tarball srcetc-tarball \
+       srcgames-tarball srcgnu-tarball srcinclude-tarball srclib-tarball \
+       srclibcrypt-tarball srclibexec-tarball srcsbin-tarball \
+       srcshare-tarball srcsys-tarball srcusrbin-tarball \
+       srcusrsbin-tarball
+
+des-tarball:
+       rm -rf ${RELEASEDIR}/tmpdes
+       mkdir ${RELEASEDIR}/tmpdes
+       for i in ${CRYPT_DIRS}; do \
+               cd ${RELEASEDIR}/tmpdes; \
+               mkdir $$i; \
+               chown ${BINOWN}.${GRPOWN} $$i; \
+               chmod 755 $$i; \
+       done
+       # This is ugly, it force installs a /usr/lib/libcrypt.a so
+       # that the other makes will be built with des.
+       #
+       (cd ${.CURDIR}/../${CRYPT_LIB}; \
+               unset NOCRYPT; \
+               DESTDIR=; export DESTDIR; \
+               ${MAKE} cleandir obj depend all install; \
+               NOMAN=noman; export NOMAN; \
+               DESTDIR=${RELEASEDIR}/tmpdes; export DESTDIR; \
+               ${MAKE} cleandir obj depend all install)
+       for i in ${CRYPT_SRCS}; do \
+               unset NOCRYPT; \
+               DESTDIR=${RELEASEDIR}/tmpdes; export DESTDIR; \
+               NOMAN=noman; export NOMAN; \
+               cd ${.CURDIR}/../$$i; \
+               ${MAKE} cleandir obj depend all install; \
+       done
+       (cd ${RELEASEDIR}/tmpdes; \
+               tar cf - . | \
+                       gzip --no-name -9 -c | \
+                       split -b 240640 - \
+                       ${RELEASEDIR}/tarballs/secrdist/des_tgz.)
+       rm -rf ${RELEASEDIR}/tmpdes
 
 distrib-dirs:
 
 distrib-dirs:
-       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; \
-           ln -s usr/src/sys sys )
+       mtree -u -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
+       mtree -u -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
+       mtree -u -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
+.if defined(CDROMDIST)
+       mtree -u -f ${.CURDIR}/mtree/BSD.local.dist -p ${DESTDIR}/usr/local
+.endif
+       cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
+
+floppies:      kcopy_ah.flp kcopy_bt.flp filesyst.flp cpio.flp \
+               cdins_ah.flp cdins_bt.flp
+
+release:       release-dirs distribution crunch extract kcopy-kernels \
+               floppies bin-tarball des-tarball
+
+release-dirs:
+       rm -rf ${RELEASEDIR}/filesys
+       mkdir ${RELEASEDIR}/filesys
+       chown ${BINOWN}.${BINGRP} ${RELEASEDIR}/filesys
+       chmod 755 ${RELEASEDIR}/filesys
+       rm -rf ${RELEASEDIR}/tarballs
+       mkdir ${RELEASEDIR}/tarballs
+       mkdir ${RELEASEDIR}/tarballs/bindist
+       mkdir ${RELEASEDIR}/tarballs/objdist
+       mkdir ${RELEASEDIR}/tarballs/secrdist
+       mkdir ${RELEASEDIR}/tarballs/srcdist
+       chown -R ${BINOWN}.${BINGRP} ${RELEASEDIR}/tarballs
+       chmod -R 755 ${RELEASEDIR}/tarballs
+       rm -rf ${RELEASEDIR}/floppies
+       mkdir ${RELEASEDIR}/floppies
+       chown ${BINOWN}.${BINGRP} ${RELEASEDIR}/floppies
+       chmod 755 ${RELEASEDIR}/floppies
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>