summaryrefslogtreecommitdiffstats
path: root/release/floppies
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-29 01:35:33 +0000
committerjkh <jkh@FreeBSD.org>1996-05-29 01:35:33 +0000
commit6494b19d734656ad166ca30512883d15960875d5 (patch)
tree6493e7cff526fb9fcce4e4be957806af800ec38d /release/floppies
parent4fe110ed7ec5499e9b07d9beafc5da0b0c42918a (diff)
downloadFreeBSD-src-6494b19d734656ad166ca30512883d15960875d5.zip
FreeBSD-src-6494b19d734656ad166ca30512883d15960875d5.tar.gz
Sha-ZAM!
The root floppy is now gone. I shall not mourn its passing. Everything we need is on boot.flp or the bindist.
Diffstat (limited to 'release/floppies')
-rw-r--r--release/floppies/Makefile4
-rw-r--r--release/floppies/root/Makefile6
-rw-r--r--release/floppies/root/crunch/Makefile2
-rw-r--r--release/floppies/root/crunch/crunch.conf38
-rw-r--r--release/floppies/root/image/Makefile16
5 files changed, 2 insertions, 64 deletions
diff --git a/release/floppies/Makefile b/release/floppies/Makefile
index f3f3433..1e929d6 100644
--- a/release/floppies/Makefile
+++ b/release/floppies/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
+# $Id: Makefile,v 1.1 1996/05/21 01:12:20 julian Exp $
#
-SUBDIR= boot root fixit
+SUBDIR= boot fixit
PROG=write_mfs_in_kernel
NOMAN=yes
diff --git a/release/floppies/root/Makefile b/release/floppies/root/Makefile
deleted file mode 100644
index ee278f7..0000000
--- a/release/floppies/root/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-###
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
-#
-SUBDIR= crunch image
-
-.include <bsd.subdir.mk>
diff --git a/release/floppies/root/crunch/Makefile b/release/floppies/root/crunch/Makefile
deleted file mode 100644
index b48f9b7..0000000
--- a/release/floppies/root/crunch/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-.include "../../makecrunch.mk"
-
diff --git a/release/floppies/root/crunch/crunch.conf b/release/floppies/root/crunch/crunch.conf
deleted file mode 100644
index a67fbaf..0000000
--- a/release/floppies/root/crunch/crunch.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-# $Id: root_crunch.conf,v 1.6 1995/12/07 10:33:15 peter Exp $
-
-# first, we list the source dirs that our programs reside in. These are
-# searched in order listed to find the dir containing each program.
-
-srcdirs /usr/src/gnu/usr.bin
-srcdirs /usr/src/bin
-srcdirs /usr/src/sbin/i386
-srcdirs /usr/src/sbin
-srcdirs /usr/src/usr.bin
-srcdirs /usr/src/usr.sbin
-
-# second, we list all the programs we want to include in our crunched binary.
-# The order doesn't matter. Any program that needs hard links to it gets an
-# `ln' directive.
-
-# /bin stuff
-
-progs ls cat df ee chmod cksum cp date dd echo ed expr grep hostname kill ln
-progs mkdir mt mv rcp rm rmdir sleep stty sync test ft
-ln test [
-
-# /sbin stuff
-
-progs badsect basename chown clri disklabel dmesg dump dmesg fdisk ft
-progs getopt init mknod mount mount_cd9660 mount_msdos mount_nfs
-progs ping reboot restore swapon umount
-ln dump rdump
-ln restore rrestore
-ln reboot halt
-
-# /usr/bin stuff
-
-progs tar ftp rsh sed telnet rlogin
-
-# finally, we specify the libraries to link in with our binary
-libs -lcrypt -ltelnet -lutil -ll -ledit
-libs -lgnuregex -lreadline -lncurses -lmytinfo -lkvm
diff --git a/release/floppies/root/image/Makefile b/release/floppies/root/image/Makefile
deleted file mode 100644
index a29709c..0000000
--- a/release/floppies/root/image/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-###
-# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $
-#
-# What are we if we weren't told..
-CRUNCH?= root
-CRUNCHDIRS= ../crunch
-TOP=${.CURDIR}/../../../..
-FS_BIN=${.CURDIR}/../..
-
-# the directories you want on the fs
-FS_DIRS= dev stand bin sbin etc mnt mnt1 mnt2 mnt3 mnt4 tmp
-# a subdir that contains a verbatim image to be copied to the fs
-#VERBATIM= ../verbatim
-
-.include "../../crunch_fs.mk"
-all: fs_image
OpenPOWER on IntegriCloud