1993-06-20 13:41:45 +00:00
|
|
|
# @(#)Makefile 5.11 (Berkeley) 5/21/91
|
|
|
|
|
1993-08-30 02:18:25 +00:00
|
|
|
NOOBJ= noobj
|
1993-06-20 13:41:45 +00:00
|
|
|
|
|
|
|
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
|
|
|
|
# -rw-r--r--
|
1993-07-19 18:54:09 +00:00
|
|
|
BINOWN= root
|
|
|
|
BINGRP= wheel
|
|
|
|
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
|
1993-07-29 18:30:36 +00:00
|
|
|
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
|
1993-09-02 11:10:02 +00:00
|
|
|
inetd.conf motd myname netstart networks phones \
|
1993-07-19 18:54:09 +00:00
|
|
|
printcap protocols rc rc.local remote security services shells \
|
|
|
|
syslog.conf ttys etc.${MACHINE}/disktab rpc
|
1993-06-20 13:41:45 +00:00
|
|
|
|
|
|
|
# -rw-rw-rw-
|
|
|
|
BIN2= motd
|
|
|
|
|
1993-07-19 18:54:09 +00:00
|
|
|
# -rwxr-xr-x root.wheel, for the new f***ing cron root.wheel
|
|
|
|
BIN3= daily weekly monthly
|
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
MTREE= 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
|
|
|
|
|
1993-08-09 17:02:17 +00:00
|
|
|
# Special top level files for FreeBSD
|
1993-08-12 07:18:34 +00:00
|
|
|
COPYRIGHT= COPYRIGHT
|
1993-08-29 02:46:13 +00:00
|
|
|
FREEBSD= CONTRIB.386BSD CONTRIB.FreeBSD RELNOTES.FreeBSD ${COPYRIGHT}
|
1993-08-10 14:22:34 +00:00
|
|
|
#
|
|
|
|
# Floppy drive name and files for building FreeBSD Floppies
|
1993-08-12 07:18:34 +00:00
|
|
|
FLOPPY?= fd0
|
1993-09-14 04:14:30 +00:00
|
|
|
MOUNT?= /mnt
|
1993-08-12 07:18:34 +00:00
|
|
|
#
|
|
|
|
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
|
|
|
|
#
|
1993-08-30 02:18:25 +00:00
|
|
|
FILESYSTEM_DIRS= bin dev etc mnt sbin usr usr/bin usr/mdec usr/sbin
|
|
|
|
FILESYSTEM_TREES= dev
|
|
|
|
FILESYSTEM_FILES= ${COPYRIGHT}
|
1993-09-13 00:00:16 +00:00
|
|
|
FILESYSTEM_FILES+= bin/[ bin/expr bin/ls bin/mkdir bin/rm
|
1993-08-30 02:18:25 +00:00
|
|
|
FILESYSTEM_FILES+= bin/sh bin/sync bin/test
|
1993-09-08 11:25:17 +00:00
|
|
|
FILESYSTEM_FILES+= dev/MAKEDEV
|
1993-08-30 02:18:25 +00:00
|
|
|
FILESYSTEM_FILES+= etc/group
|
1993-09-13 00:00:16 +00:00
|
|
|
FILESYSTEM_FILES+= etc/master.passwd etc/passwd etc/pwd.db
|
1993-08-30 02:18:25 +00:00
|
|
|
FILESYSTEM_FILES+= sbin/disklabel sbin/halt sbin/init
|
1993-09-13 00:00:16 +00:00
|
|
|
FILESYSTEM_FILES+= sbin/mount sbin/mount_pcfs
|
1993-08-30 02:18:25 +00:00
|
|
|
FILESYSTEM_FILES+= sbin/newfs
|
|
|
|
FILESYSTEM_FILES+= sbin/umount
|
1993-09-08 11:25:17 +00:00
|
|
|
FILESYSTEM_FILES+= sbin/fdisk
|
1993-08-30 02:18:25 +00:00
|
|
|
FILESYSTEM_FILES+= usr/bin/cpio
|
|
|
|
FILESYSTEM_FILES+= ${MDEC}
|
|
|
|
FILESYSTEM_FILES+= usr/sbin/bad144
|
1993-08-12 07:18:34 +00:00
|
|
|
|
1993-08-30 02:18:25 +00:00
|
|
|
CPIO_FILES= ${COPYRIGHT}
|
|
|
|
CPIO_FILES+= usr/bin/gunzip usr/bin/gzcat usr/bin/gzip usr/bin/zcat
|
1993-09-13 00:00:16 +00:00
|
|
|
CPIO_CPIO= bin/chmod bin/cat bin/cp bin/dd bin/df bin/mv bin/pwd bin/stty
|
1993-09-18 08:23:19 +00:00
|
|
|
CPIO_CPIO+= etc/protocols etc/remote etc/services etc/spwd.db
|
1993-09-13 00:00:16 +00:00
|
|
|
CPIO_CPIO+= sbin/ifconfig sbin/fsck sbin/mknod sbin/mount_isofs
|
|
|
|
CPIO_CPIO+= sbin/reboot sbin/route sbin/slattach
|
1993-08-30 02:18:25 +00:00
|
|
|
CPIO_CPIO+= tmp
|
|
|
|
CPIO_CPIO+= usr/bin/awk usr/bin/chgrp usr/bin/ftp
|
|
|
|
CPIO_CPIO+= usr/bin/more usr/bin/tar usr/bin/tip
|
|
|
|
CPIO_CPIO+= usr/bin/elvis usr/bin/ex usr/bin/vi usr/bin/view
|
|
|
|
CPIO_CPIO+= usr/sbin/update usr/sbin/chown
|
1993-09-19 01:21:15 +00:00
|
|
|
CPIO_CPIO_DIRS= var var/tmp var/run var/spool var/spool/lock
|
1993-08-09 17:02:17 +00:00
|
|
|
|
1993-08-28 03:33:06 +00:00
|
|
|
CRYPT_LIB= lib/libcrypt
|
1993-09-01 01:57:54 +00:00
|
|
|
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+= 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 usr usr/bin usr/lib usr/libexec
|
1993-08-28 03:33:06 +00:00
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
all clean cleandir depend etc install lint:
|
|
|
|
|
1993-08-28 03:33:06 +00:00
|
|
|
crypt:
|
|
|
|
rm -f ${LIBCRYPT};
|
|
|
|
(cd ${.CURDIR}/../${CRYPT_LIB}; \
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} cleandir obj depend all install)
|
1993-09-01 01:57:54 +00:00
|
|
|
for i in ${CRYPT_SRCS}; do \
|
1993-08-28 03:33:06 +00:00
|
|
|
cd ${.CURDIR}/../$$i; \
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} cleandir obj depend all; \
|
1993-08-28 03:33:06 +00:00
|
|
|
done
|
|
|
|
|
|
|
|
non-crypt:
|
|
|
|
rm -f ${LIBCRYPT}
|
1993-09-01 01:57:54 +00:00
|
|
|
for i in ${CRYPT_SRCS}; do \
|
1993-08-28 03:33:06 +00:00
|
|
|
cd ${.CURDIR}/../$$i; \
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} cleandir obj depend all; \
|
1993-08-28 03:33:06 +00:00
|
|
|
done
|
|
|
|
|
1993-07-19 18:54:09 +00:00
|
|
|
distribution: distrib-dirs
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
|
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 666 ${BIN2} ${DESTDIR}/etc
|
1993-07-19 18:54:09 +00:00
|
|
|
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
|
1993-08-03 17:42:35 +00:00
|
|
|
install -c -o root -g wheel -m 600 /dev/null ${DESTDIR}/var/cron/log
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
|
1993-08-30 02:18:25 +00:00
|
|
|
pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
|
|
|
|
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
|
1993-08-28 03:33:06 +00:00
|
|
|
.if defined(CDROMDIST)
|
1993-07-19 18:54:09 +00:00
|
|
|
(cd ${DESTDIR}/dev; sh MAKEDEV all)
|
1993-08-28 03:33:06 +00:00
|
|
|
.endif
|
1993-06-20 13:41:45 +00:00
|
|
|
(cd root; \
|
|
|
|
install -c -o root -g wheel -m 644 dot.cshrc \
|
|
|
|
${DESTDIR}/root/.cshrc; \
|
|
|
|
install -c -o root -g wheel -m 644 dot.klogin \
|
|
|
|
${DESTDIR}/root/.klogin; \
|
|
|
|
install -c -o root -g wheel -m 644 dot.login \
|
|
|
|
${DESTDIR}/root/.login; \
|
|
|
|
install -c -o root -g wheel -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)
|
|
|
|
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
|
|
|
|
install -c -o ${BINOWN} -g operator -m 664 /dev/null \
|
|
|
|
${DESTDIR}/etc/dumpdates
|
1993-07-19 18:54:09 +00:00
|
|
|
install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
|
|
|
|
${DESTDIR}/var/db/locate.database
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
1993-07-19 18:54:09 +00:00
|
|
|
${DESTDIR}/var/log/lpd-errs
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
|
|
|
${DESTDIR}/var/log/maillog
|
1993-08-13 06:11:18 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
|
|
|
${DESTDIR}/var/log/lastlog
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
1993-07-19 18:54:09 +00:00
|
|
|
${DESTDIR}/var/log/messages
|
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
|
|
|
|
${DESTDIR}/var/log/wtmp
|
1993-06-20 13:41:45 +00:00
|
|
|
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 \
|
1993-07-19 18:54:09 +00:00
|
|
|
fstab.* ${DESTDIR}/etc)
|
1993-08-28 03:33:06 +00:00
|
|
|
.if defined(NOCRYPT)
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} non-crypt
|
|
|
|
(cd ..; NOCRYPT=nocrypt; export NOCRYPT; ${MAKE} install)
|
1993-08-28 03:33:06 +00:00
|
|
|
.else
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} crypt
|
|
|
|
(cd ..; ${MAKE} install)
|
1993-08-28 03:33:06 +00:00
|
|
|
.endif
|
1993-08-10 14:22:34 +00:00
|
|
|
(cd ../usr.sbin/sendmail/src; \
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} install; \
|
1993-08-10 14:22:34 +00:00
|
|
|
cd ../cf/cf; \
|
1993-08-29 02:46:13 +00:00
|
|
|
${MAKE} tcpproto.cf; \
|
1993-08-03 17:42:35 +00:00
|
|
|
install -o root -g wheel -m 644 tcpproto.cf \
|
|
|
|
${DESTDIR}/etc/sendmail.cf)
|
1993-08-10 14:22:34 +00:00
|
|
|
(cd ../; \
|
|
|
|
install -c -o root -g wheel -m 444 ${FREEBSD} ${DESTDIR}/)
|
1993-08-29 02:46:13 +00:00
|
|
|
(cd ..; ${MAKE} mdec; )
|
1993-08-26 03:36:37 +00:00
|
|
|
.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}/)
|
1993-07-20 16:04:11 +00:00
|
|
|
.endif
|
1993-06-20 13:41:45 +00:00
|
|
|
|
|
|
|
hcx9-distribution:
|
|
|
|
(cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \
|
|
|
|
${DESTDIR}/)
|
|
|
|
|
1993-08-30 02:18:25 +00:00
|
|
|
kcopy-kernels: ../sys/i386/conf/GENERICAH ../sys/i386/conf/GENERICBT
|
1993-08-22 10:20:05 +00:00
|
|
|
(cd ../sys/compile; rm -rf GENERICAH GENERICBT)
|
|
|
|
(cd ../sys/i386/conf; config GENERICAH; config GENERICBT)
|
1993-08-29 02:46:13 +00:00
|
|
|
(cd ../sys/compile/GENERICAH; ${MAKE} depend; ${MAKE} all; \
|
1993-08-22 10:20:05 +00:00
|
|
|
install -c -o root -g wheel -m 755 386bsd \
|
|
|
|
${DESTDIR}/386bsd.GENERICAH)
|
1993-08-29 02:46:13 +00:00
|
|
|
(cd ../sys/compile/GENERICBT; ${MAKE} depend; ${MAKE} all; \
|
1993-08-22 10:20:05 +00:00
|
|
|
install -c -o root -g wheel -m 755 386bsd \
|
|
|
|
${DESTDIR}/386bsd.GENERICBT)
|
|
|
|
|
1993-08-30 02:18:25 +00:00
|
|
|
kcopy-floppy:
|
1993-08-10 14:22:34 +00:00
|
|
|
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}
|
1993-08-26 03:36:37 +00:00
|
|
|
chown root.wheel ${MOUNT}/.
|
|
|
|
chmod 755 ${MOUNT}/.
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-22 10:20:05 +00:00
|
|
|
ls -d ${KC_DIRS} | cpio -pdamuv ${MOUNT})
|
1993-08-10 14:22:34 +00:00
|
|
|
(cd ${MOUNT}/dev; \
|
|
|
|
sh ${DESTDIR}/dev/MAKEDEV std; \
|
|
|
|
rm -rf fd; \
|
1993-08-26 03:36:37 +00:00
|
|
|
sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0 sd1)
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-22 10:20:05 +00:00
|
|
|
ls ${KC_FILES} | cpio -pdamuv ${MOUNT})
|
1993-08-10 14:22:34 +00:00
|
|
|
install -c -o root -g wheel -m 755 etc.i386/kc.profile \
|
|
|
|
${MOUNT}/.profile
|
1993-08-22 10:20:05 +00:00
|
|
|
|
1993-09-01 01:57:54 +00:00
|
|
|
kcopy-ah-floppy:
|
|
|
|
${MAKE} kcopy-floppy
|
1993-08-22 10:20:05 +00:00
|
|
|
(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
|
1993-09-01 01:57:54 +00:00
|
|
|
dd if=/dev/r${FLOPPY}a of=${RELEASEDIR}/floppies/kcopy-ah-floppy \
|
1993-08-30 02:18:25 +00:00
|
|
|
bs=15b count=160
|
1993-09-01 01:57:54 +00:00
|
|
|
gzip --no-name -9 -c ${RELEASEDIR}/floppies/kcopy-ah-floppy \
|
|
|
|
>${RELEASEDIR}/floppies/kcopy-ah-floppy.gz
|
1993-08-22 10:20:05 +00:00
|
|
|
|
1993-09-01 01:57:54 +00:00
|
|
|
kcopy-bt-floppy:
|
|
|
|
${MAKE} kcopy-floppy
|
1993-08-22 10:20:05 +00:00
|
|
|
(cd ../sys/compile/GENERICBT; \
|
1993-08-10 14:22:34 +00:00
|
|
|
install -c -o root -g wheel -m 755 386bsd ${MOUNT}/)
|
|
|
|
df -ik ${MOUNT}
|
|
|
|
umount /dev/${FLOPPY}a
|
|
|
|
fsck /dev/r${FLOPPY}a
|
1993-09-01 01:57:54 +00:00
|
|
|
dd if=/dev/r${FLOPPY}a of=${RELEASEDIR}/floppies/kcopy-bt-floppy \
|
1993-08-30 02:18:25 +00:00
|
|
|
bs=15b count=160
|
1993-09-01 01:57:54 +00:00
|
|
|
gzip --no-name -9 -c ${RELEASEDIR}/floppies/kcopy-bt-floppy \
|
|
|
|
>${RELEASEDIR}/floppies/kcopy-bt-floppy.gz
|
1993-08-10 14:22:34 +00:00
|
|
|
|
1993-08-30 02:18:25 +00:00
|
|
|
filesystem-floppy:
|
1993-08-12 07:18:34 +00:00
|
|
|
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}
|
1993-08-26 03:36:37 +00:00
|
|
|
chown root.wheel ${MOUNT}/.
|
|
|
|
chmod 755 ${MOUNT}/.
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-30 02:18:25 +00:00
|
|
|
ls -d ${FILESYSTEM_DIRS} | cpio -pdamuv ${MOUNT})
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${MOUNT}/dev; \
|
|
|
|
sh ${DESTDIR}/dev/MAKEDEV std; \
|
|
|
|
rm -rf fd; \
|
1993-09-10 23:57:00 +00:00
|
|
|
sh ${DESTDIR}/dev/MAKEDEV fd0 fd1 wd0 sd0 sd1; \
|
|
|
|
rm -f rfd1[b-z] fd1[b-z])
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-30 02:18:25 +00:00
|
|
|
ls ${FILESYSTEM_FILES} | cpio -pdamuv ${MOUNT})
|
1993-08-12 07:18:34 +00:00
|
|
|
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}/; \
|
1993-08-30 02:18:25 +00:00
|
|
|
ls ${FILESYSTEM_FILES} >/tmp/filelist; \
|
|
|
|
ls -d ${FILESYSTEM_DIRS} >>/tmp/filelist; \
|
|
|
|
find ${FILESYSTEM_TREES} >>/tmp/filelist; \
|
1993-08-26 03:36:37 +00:00
|
|
|
sort -u /tmp/filelist >filelist; \
|
|
|
|
rm /tmp/filelist)
|
1993-08-12 07:18:34 +00:00
|
|
|
df -ik ${MOUNT}
|
|
|
|
umount /dev/${FLOPPY}a
|
|
|
|
fsck /dev/r${FLOPPY}a
|
1993-09-01 01:57:54 +00:00
|
|
|
dd if=/dev/r${FLOPPY}a of=${RELEASEDIR}/floppies/filesystem-floppy \
|
1993-08-30 02:18:25 +00:00
|
|
|
bs=15b count=160
|
1993-09-01 01:57:54 +00:00
|
|
|
gzip --no-name -9 -c ${RELEASEDIR}/floppies/filesystem-floppy \
|
|
|
|
>${RELEASEDIR}/floppies/filesystem-floppy.gz
|
1993-08-12 07:18:34 +00:00
|
|
|
|
1993-08-30 02:18:25 +00:00
|
|
|
cpio-floppy:
|
1993-08-12 07:18:34 +00:00
|
|
|
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}
|
1993-08-26 03:36:37 +00:00
|
|
|
chown root.wheel ${MOUNT}/.
|
|
|
|
chmod 755 ${MOUNT}/.
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-30 02:18:25 +00:00
|
|
|
ls ${CPIO_FILES} | cpio -pdamuv ${MOUNT})
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${DESTDIR}/; \
|
1993-09-12 20:37:05 +00:00
|
|
|
(find ${CPIO_CPIO}; ls -d ${CPIO_CPIO_DIRS}) | \
|
|
|
|
cpio -oav | gzip -9 >${MOUNT}/inst2.cpio.gz)
|
1993-08-12 07:18:34 +00:00
|
|
|
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
|
1993-09-01 01:57:54 +00:00
|
|
|
dd if=/dev/r${FLOPPY}a of=${RELEASEDIR}/floppies/cpio-floppy \
|
1993-08-30 02:18:25 +00:00
|
|
|
bs=15b count=160
|
1993-09-01 01:57:54 +00:00
|
|
|
gzip --no-name -9 -c ${RELEASEDIR}/floppies/cpio-floppy \
|
|
|
|
>${RELEASEDIR}/floppies/cpio-floppy.gz
|
|
|
|
|
|
|
|
bin-tarball:
|
|
|
|
(cd ${DESTDIR}; \
|
|
|
|
tar cf - . | gzip --no-name -9 -c | \
|
|
|
|
split -b 240640 - \
|
1993-09-11 00:10:57 +00:00
|
|
|
${RELEASEDIR}/tarballs/bin_tgz.)
|
1993-09-01 01:57:54 +00:00
|
|
|
|
1993-09-02 02:37:43 +00:00
|
|
|
src-tarball:
|
|
|
|
(cd ${DESTDIR}; \
|
|
|
|
tar --exclude usr/src/${CRYPT_LIB} -cf - usr/src | gzip --no-name -9 -c | \
|
|
|
|
split -b 240640 - \
|
1993-09-11 00:10:57 +00:00
|
|
|
${RELEASEDIR}/tarballs/src_tgz.)
|
1993-09-02 02:37:43 +00:00
|
|
|
|
|
|
|
ssrc-tarball:
|
|
|
|
(cd ${DESTDIR}; \
|
|
|
|
tar -cf - usr/src/${CRYPT_LIB} | gzip --no-name -9 -c | \
|
|
|
|
split -b 240640 - \
|
1993-09-11 00:10:57 +00:00
|
|
|
${RELEASEDIR}/tarballs/ssrc_tgz.)
|
1993-09-02 02:37:43 +00:00
|
|
|
|
1993-09-01 01:57:54 +00:00
|
|
|
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 - \
|
1993-09-11 00:10:57 +00:00
|
|
|
${RELEASEDIR}/tarballs/des_tgz.)
|
1993-09-01 01:57:54 +00:00
|
|
|
rm -rf ${RELEASEDIR}/tmpdes
|
1993-08-12 07:18:34 +00:00
|
|
|
|
1993-07-19 18:54:09 +00:00
|
|
|
distrib-dirs:
|
1993-08-03 17:42:35 +00:00
|
|
|
mtree -u -f mtree/BSD.root.dist -p ${DESTDIR}/
|
1993-07-19 18:54:09 +00:00
|
|
|
mtree -u -f mtree/BSD.var.dist -p ${DESTDIR}/var
|
|
|
|
mtree -u -f mtree/BSD.usr.dist -p ${DESTDIR}/usr
|
1993-09-01 01:57:54 +00:00
|
|
|
.if defined(CDROMDIST)
|
|
|
|
mtree -u -f mtree/BSD.local.dist -p ${DESTDIR}/usr/local
|
|
|
|
.endif
|
1993-09-07 19:35:38 +00:00
|
|
|
cd ${DESTDIR}/; rm -f ${DESTDIR}/sys; ln -s usr/src/sys sys
|
1993-07-19 18:54:09 +00:00
|
|
|
|
1993-09-01 01:57:54 +00:00
|
|
|
floppies: kcopy-ah-floppy kcopy-bt-floppy filesystem-floppy \
|
|
|
|
cpio-floppy
|
|
|
|
|
1993-09-02 02:37:43 +00:00
|
|
|
release: release-dirs distribution kcopy-kernels floppies \
|
|
|
|
bin-tarball des-tarball
|
1993-09-01 01:57:54 +00:00
|
|
|
|
|
|
|
release-dirs:
|
|
|
|
rm -rf ${RELEASEDIR}/filesystem
|
|
|
|
mkdir ${RELEASEDIR}/filesystem
|
|
|
|
chown root.wheel ${RELEASEDIR}/filesystem
|
|
|
|
chmod 755 ${RELEASEDIR}/filesystem
|
|
|
|
rm -rf ${RELEASEDIR}/tarballs
|
|
|
|
mkdir ${RELEASEDIR}/tarballs
|
|
|
|
chown root.wheel ${RELEASEDIR}/tarballs
|
|
|
|
chmod 755 ${RELEASEDIR}/tarballs
|
|
|
|
rm -rf ${RELEASEDIR}/floppies
|
|
|
|
mkdir ${RELEASEDIR}/floppies
|
|
|
|
chown root.wheel ${RELEASEDIR}/floppies
|
|
|
|
chmod 755 ${RELEASEDIR}/floppies
|
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
.include <bsd.prog.mk>
|