diff options
author | 1996-01-12 03:13:42 +0000 | |
---|---|---|
committer | 1996-01-12 03:13:42 +0000 | |
commit | 1dab4af4e8c359db5f92e31aeeb805f30c0c00b7 (patch) | |
tree | 041b37b3a4b58602a57094efd641a08519849e97 | |
parent | disable ddb, enable vnd (diff) | |
download | wireguard-openbsd-1dab4af4e8c359db5f92e31aeeb805f30c0c00b7.tar.xz wireguard-openbsd-1dab4af4e8c359db5f92e31aeeb805f30c0c00b7.zip |
from netbsd
-rw-r--r-- | distrib/i386/floppies/kcadp/Makefile | 8 | ||||
-rw-r--r-- | distrib/i386/floppies/kcadp/list | 4 | ||||
-rw-r--r-- | distrib/i386/floppies/kcoth/Makefile | 8 | ||||
-rw-r--r-- | distrib/i386/floppies/kcoth/list | 4 |
4 files changed, 24 insertions, 0 deletions
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 |