From 1dab4af4e8c359db5f92e31aeeb805f30c0c00b7 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 12 Jan 1996 03:13:42 +0000 Subject: [PATCH] from netbsd --- distrib/i386/floppies/kcadp/Makefile | 8 ++++++++ distrib/i386/floppies/kcadp/list | 4 ++++ distrib/i386/floppies/kcoth/Makefile | 8 ++++++++ distrib/i386/floppies/kcoth/list | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 distrib/i386/floppies/kcadp/Makefile create mode 100644 distrib/i386/floppies/kcadp/list create mode 100644 distrib/i386/floppies/kcoth/Makefile create mode 100644 distrib/i386/floppies/kcoth/list diff --git a/distrib/i386/floppies/kcadp/Makefile b/distrib/i386/floppies/kcadp/Makefile new file mode 100644 index 00000000000..c89b043ae42 --- /dev/null +++ b/distrib/i386/floppies/kcadp/Makefile @@ -0,0 +1,8 @@ +# $Id: Makefile,v 1.1 1996/01/12 03:13:42 deraadt Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" +IMAGE= kcadp${REV}.fs + +.include "${TOP}/kc-common/Makefile.inc" diff --git a/distrib/i386/floppies/kcadp/list b/distrib/i386/floppies/kcadp/list new file mode 100644 index 00000000000..f9cddc8ebe8 --- /dev/null +++ b/distrib/i386/floppies/kcadp/list @@ -0,0 +1,4 @@ +# $Id: list,v 1.1 1996/01/12 03:13:44 deraadt Exp $ + +# copy the kernel +COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTADP/netbsd netbsd diff --git a/distrib/i386/floppies/kcoth/Makefile b/distrib/i386/floppies/kcoth/Makefile new file mode 100644 index 00000000000..52fe60c47e0 --- /dev/null +++ b/distrib/i386/floppies/kcoth/Makefile @@ -0,0 +1,8 @@ +# $Id: Makefile,v 1.1 1996/01/12 03:13:45 deraadt Exp $ + +TOP= ${.CURDIR}/.. + +.include "${TOP}/Makefile.inc" +IMAGE= kcoth${REV}.fs + +.include "${TOP}/kc-common/Makefile.inc" diff --git a/distrib/i386/floppies/kcoth/list b/distrib/i386/floppies/kcoth/list new file mode 100644 index 00000000000..fd44af1a71b --- /dev/null +++ b/distrib/i386/floppies/kcoth/list @@ -0,0 +1,4 @@ +# $Id: list,v 1.1 1996/01/12 03:13:45 deraadt Exp $ + +# copy the kernel +COPY ${CURDIR}/../../../../sys/arch/i386/compile/INSTOTHER/netbsd netbsd -- 2.20.1