From 140932d6d85b561ad06abe5006a5e973a7713c45 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 22 Nov 1994 10:58:58 +0000 Subject: Tell stupid users to write the bootcode. This commit was manufactured to restore the state of the 2.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs. --- lkm/ibcs2/Makefile | 2 +- lkm/ibcs2/ibcs2 | 2 +- lkm/ibcs2/ibcs2.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lkm/ibcs2') diff --git a/lkm/ibcs2/Makefile b/lkm/ibcs2/Makefile index 482ac1a17799c..d85831dabed7d 100644 --- a/lkm/ibcs2/Makefile +++ b/lkm/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1994/10/14 22:56:40 sos Exp $ +# Makefile,v 1.4 1994/10/27 23:36:57 wollman Exp .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/lkm/ibcs2/ibcs2 b/lkm/ibcs2/ibcs2 index 2908e5aba78c0..9912ed390ff2d 100755 --- a/lkm/ibcs2/ibcs2 +++ b/lkm/ibcs2/ibcs2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.1 1994/10/14 08:45:15 sos Exp $ +# ibcs2,v 1.2 1994/10/16 20:39:16 sos Exp if [ $# -le 1 ]; then LOADERS="coff" # elf fi diff --git a/lkm/ibcs2/ibcs2.c b/lkm/ibcs2/ibcs2.c index c58966e8a6813..29672e7017fbe 100644 --- a/lkm/ibcs2/ibcs2.c +++ b/lkm/ibcs2/ibcs2.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * ibcs2.c,v 1.2 1994/10/14 08:45:16 sos Exp */ #include -- cgit v1.2.3