summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/bugcrt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme68k/stand/bugcrt')
-rw-r--r--sys/arch/mvme68k/stand/bugcrt/Makefile2
-rw-r--r--sys/arch/mvme68k/stand/bugcrt/Makefile.inc2
-rw-r--r--sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c2
-rw-r--r--sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c2
4 files changed, 7 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/bugcrt/Makefile b/sys/arch/mvme68k/stand/bugcrt/Makefile
index 6348eb31d5d..77f0238b762 100644
--- a/sys/arch/mvme68k/stand/bugcrt/Makefile
+++ b/sys/arch/mvme68k/stand/bugcrt/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1995/12/06 10:55:03 deraadt Exp $
+# $OpenBSD: Makefile,v 1.3 1996/04/28 10:48:26 deraadt Exp $
CFLAGS+=-I${.CURDIR}/../../include -O2
diff --git a/sys/arch/mvme68k/stand/bugcrt/Makefile.inc b/sys/arch/mvme68k/stand/bugcrt/Makefile.inc
index f2bae6c888c..76f65d824a2 100644
--- a/sys/arch/mvme68k/stand/bugcrt/Makefile.inc
+++ b/sys/arch/mvme68k/stand/bugcrt/Makefile.inc
@@ -1,3 +1,5 @@
+# $OpenBSD: Makefile.inc,v 1.2 1996/04/28 10:48:27 deraadt Exp $
+
BUG_CRT_DIR=${S}/arch/${MACHINE}/stand/bugcrt
BUGCRT_DIR!= cd ${BUG_CRT_DIR}; \
diff --git a/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c b/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c
index dae7b3667dc..37641e2e7e1 100644
--- a/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c
+++ b/sys/arch/mvme68k/stand/bugcrt/m68k/bugcrt.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:29 deraadt Exp $ */
+
#include <sys/types.h>
#include <machine/prom.h>
diff --git a/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c b/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c
index 711b4fe2035..09a34fbc410 100644
--- a/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c
+++ b/sys/arch/mvme68k/stand/bugcrt/m88k/bugcrt.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: bugcrt.c,v 1.3 1996/04/28 10:48:30 deraadt Exp $ */
+
#include <sys/types.h>
#include <machine/prom.h>