summaryrefslogtreecommitdiff
path: root/release/floppies/fixit
diff options
context:
space:
mode:
Diffstat (limited to 'release/floppies/fixit')
-rw-r--r--release/floppies/fixit/Makefile6
-rw-r--r--release/floppies/fixit/crunch/crunch.conf45
-rw-r--r--release/floppies/fixit/image/Makefile16
-rw-r--r--release/floppies/fixit/verbatim/.profile15
4 files changed, 0 insertions, 82 deletions
diff --git a/release/floppies/fixit/Makefile b/release/floppies/fixit/Makefile
deleted file mode 100644
index ee278f76ab4c..000000000000
--- a/release/floppies/fixit/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/fixit/crunch/crunch.conf b/release/floppies/fixit/crunch/crunch.conf
deleted file mode 100644
index f31652ea1e87..000000000000
--- a/release/floppies/fixit/crunch/crunch.conf
+++ /dev/null
@@ -1,45 +0,0 @@
-# $Id: fixit_crunch.conf,v 1.6 1996/01/03 23:41:03 joerg 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/bin
-srcdirs /usr/src/sbin/i386
-srcdirs /usr/src/sbin
-srcdirs /usr/src/gnu/usr.bin
-srcdirs /usr/src/usr.bin
-srcdirs /usr/src/usr.sbin
-srcdirs /usr/src/usr.bin/vi
-
-# 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 cat chmod chroot cp date dd df echo ed expr hostname kill ln ls mkdir
-progs mt mv pwd rcp rm rmdir sleep stty sync test
-
-ln test [
-
-# /sbin stuff
-
-progs badsect chown clri disklabel dump dmesg fdisk
-progs mknod mount newfs ping reboot restore scsi swapon umount
-
-progs mount_msdos mount_cd9660 mount_nfs
-ln dump rdump
-ln restore rrestore
-ln newfs mount_mfs
-
-# /usr/bin stuff
-
-progs ftp rsh sed telnet rlogin common find grep
-ln common vi
-ln common view
-ln common ex
-
-# finally, we specify the libraries to link in with our binary
-
-libs -lcrypt -ltelnet -lutil -ll
-libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi
diff --git a/release/floppies/fixit/image/Makefile b/release/floppies/fixit/image/Makefile
deleted file mode 100644
index a8a80c4403be..000000000000
--- a/release/floppies/fixit/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?= fixit
-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
diff --git a/release/floppies/fixit/verbatim/.profile b/release/floppies/fixit/verbatim/.profile
deleted file mode 100644
index f5664e8d6eb8..000000000000
--- a/release/floppies/fixit/verbatim/.profile
+++ /dev/null
@@ -1,15 +0,0 @@
-:
-# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $
-PATH=/stand
-BLOCKSIZE=K
-PS1="Fixit# "
-
-echo '+---------------------------------------------------+'
-echo '| You are now running from a FreeBSD "fixit" floppy |'
-echo '+---------------------------------------------------+'
-echo
-echo 'Good Luck!'
-echo
-
-export PATH BLOCKSIZE PS1
-