diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-03 19:08:44 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-03-03 19:08:44 +0000 |
commit | 787fa51745fb95eeb01962d519fd60073f503c0c (patch) | |
tree | 8338976f469ead8b064d407c7b2aa2f9963a44b3 /sys/arch/mvme88k/stand/kerncrt | |
parent | 031c14d03c6210d5b329ac3256dba53a0fb9135a (diff) |
This is a remove to get rid of the old mvme88k port which was incomplete
to replace it with a working version. The kernel compiles and works
at least. The new version will be imported shortly.
Diffstat (limited to 'sys/arch/mvme88k/stand/kerncrt')
-rw-r--r-- | sys/arch/mvme88k/stand/kerncrt/Makefile | 9 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/kerncrt/kerncrt.c | 11 |
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; -} |