1993-06-20 13:41:45 +00:00
|
|
|
# @(#)Makefile 5.11 (Berkeley) 5/21/91
|
|
|
|
|
1993-07-19 18:54:09 +00:00
|
|
|
LOCALTIME= US/Pacific
|
|
|
|
TZDIR=/usr/share/zoneinfo
|
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
NOOBJ= oobj
|
|
|
|
|
|
|
|
# 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-08-08 09:27:53 +00:00
|
|
|
inetd.conf motd myname netstart 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
|
|
|
|
FREEBSD= CONTRIB.386BSD CONTRIB.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
|
|
|
|
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= 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
|
1993-08-09 17:02:17 +00:00
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
all clean cleandir depend etc install lint:
|
|
|
|
|
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-07-20 01:23:28 +00:00
|
|
|
#
|
1993-08-03 17:42:35 +00:00
|
|
|
# This is broken, it always does /etc. It IGNORES the ${DESTDIR} for
|
1993-07-20 01:23:28 +00:00
|
|
|
# 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
|
1993-08-12 07:18:34 +00:00
|
|
|
install -c -o root -g wheel -m 644 passwd ${DESTDIR}/etc
|
1993-06-20 13:41:45 +00:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
|
|
|
|
MAKEDEV.local etc.${MACHINE}/MAKEDEV ${DESTDIR}/dev
|
1993-07-19 18:54:09 +00:00
|
|
|
(cd ${DESTDIR}/dev; sh MAKEDEV all)
|
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
|
1993-07-19 18:54:09 +00:00
|
|
|
/bin/rm -f ${DESTDIR}/etc/localtime
|
|
|
|
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
|
1993-06-20 13:41:45 +00:00
|
|
|
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-06-20 13:41:45 +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}/)
|
|
|
|
.endif
|
1993-07-20 16:04:11 +00:00
|
|
|
.if ${MACHINE} == "i386"
|
1993-08-10 14:22:34 +00:00
|
|
|
(cd ../sys/i386/boot; \
|
|
|
|
make depend all install cleandir)
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd /; \
|
1993-08-22 10:20:05 +00:00
|
|
|
ls ${MDEC} | cpio -pdamuv ${DESTDIR}/)
|
1993-08-10 14:22:34 +00:00
|
|
|
(cd ../usr.sbin/sendmail/src; \
|
|
|
|
make install; \
|
|
|
|
cd ../cf/cf; \
|
|
|
|
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-03 17:42:35 +00:00
|
|
|
(cd ..; make install)
|
1993-08-12 14:51:09 +00:00
|
|
|
# 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
|
1993-08-09 18:39:50 +00:00
|
|
|
(cd ../include; make copies)
|
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-22 10:20:05 +00:00
|
|
|
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:
|
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-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; \
|
|
|
|
sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0)
|
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
|
|
|
|
|
|
|
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; \
|
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-08-12 07:18:34 +00:00
|
|
|
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}
|
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-22 10:20:05 +00:00
|
|
|
ls -d ${INST1_DIRS} | cpio -pdamuv ${MOUNT})
|
1993-08-12 07:18:34 +00:00
|
|
|
(cd ${MOUNT}/dev; \
|
|
|
|
sh ${DESTDIR}/dev/MAKEDEV std; \
|
|
|
|
rm -rf fd; \
|
|
|
|
sh ${DESTDIR}/dev/MAKEDEV fd0 wd0 sd0)
|
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-22 10:20:05 +00:00
|
|
|
ls ${INST1_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}/; \
|
|
|
|
ls ${INST1_FILES} >/tmp/filelist; \
|
|
|
|
find ${INST1_DIRS} | sort >>/tmp/filelist; \
|
|
|
|
sort -u /tmp/filelist >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}
|
|
|
|
(cd ${DESTDIR}/; \
|
1993-08-22 10:20:05 +00:00
|
|
|
ls ${INST2_FILES} | cpio -pdamuv ${MOUNT})
|
1993-08-12 07:18:34 +00:00
|
|
|
(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
|
|
|
|
df -ik ${MOUNT}
|
|
|
|
umount /dev/${FLOPPY}a
|
|
|
|
fsck /dev/r${FLOPPY}a
|
|
|
|
|
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
|
|
|
|
(cd ${DESTDIR}; rm -f ${DESTDIR}/sys; \
|
1993-07-26 22:46:16 +00:00
|
|
|
ln -s usr/src/sys sys )
|
1993-07-19 18:54:09 +00:00
|
|
|
|
1993-06-20 13:41:45 +00:00
|
|
|
.include <bsd.prog.mk>
|