summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmurph <smurph@openbsd.org>1998-08-22 06:47:02 +0000
committersmurph <smurph@openbsd.org>1998-08-22 06:47:02 +0000
commitcacd13204ef13220ef98f46d85d4dc36de0106a2 (patch)
tree9adb7c59147d31cfc35cf9fcc11ec017b6690e9a
parentInitail import of libz. (diff)
downloadwireguard-openbsd-cacd13204ef13220ef98f46d85d4dc36de0106a2.tar.xz
wireguard-openbsd-cacd13204ef13220ef98f46d85d4dc36de0106a2.zip
Part of remove to clean up stand.
-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;
-}