summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1998-08-22 06:47:05 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1998-08-22 06:47:05 +0000
commitca35cdfeb12ceb33b6a2be59d3c8183ec98dd858 (patch)
tree71a169adfe5d6322656a87be1807df3790895ecb /sys/arch/mvme88k
parent5c86dc48b6469387d5aa584ebf26ae76e10c2510 (diff)
Part of remove to clean up stand.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/stand/kerncrt/Makefile9
-rw-r--r--sys/arch/mvme88k/stand/kerncrt/kerncrt.c11
2 files changed, 0 insertions, 20 deletions
diff --git a/sys/arch/mvme88k/stand/kerncrt/Makefile b/sys/arch/mvme88k/stand/kerncrt/Makefile
deleted file mode 100644
index 9645605f8aa..00000000000
--- a/sys/arch/mvme88k/stand/kerncrt/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-OBJ=kerncrt.o
-CFLAGS+=-I${.CURDIR}/../include
-CFLAGS+=-I${.CURDIR}/../..
-CFLAGS+=-I/usr/src/sys
-
-SRCS=kerncrt.c
-all: kerncrt.o
-
-.include <bsd.prog.mk>
diff --git a/sys/arch/mvme88k/stand/kerncrt/kerncrt.c b/sys/arch/mvme88k/stand/kerncrt/kerncrt.c
deleted file mode 100644
index a5f04d2398a..00000000000
--- a/sys/arch/mvme88k/stand/kerncrt/kerncrt.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "bug.h"
-start(struct bugenv *bugarea)
-{
- main(bugarea);
- bugreturn();
-}
-
-__main()
-{
- return;
-}