diff options
author | 1998-08-22 06:47:02 +0000 | |
---|---|---|
committer | 1998-08-22 06:47:02 +0000 | |
commit | cacd13204ef13220ef98f46d85d4dc36de0106a2 (patch) | |
tree | 9adb7c59147d31cfc35cf9fcc11ec017b6690e9a | |
parent | Initail import of libz. (diff) | |
download | wireguard-openbsd-cacd13204ef13220ef98f46d85d4dc36de0106a2.tar.xz wireguard-openbsd-cacd13204ef13220ef98f46d85d4dc36de0106a2.zip |
Part of remove to clean up stand.
-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; -} |