need core_elf32.c as well, now.

This commit is contained in:
mrg 2002-02-10 16:25:49 +00:00
parent 42aa4bc31d
commit 993c6eb6ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2001/12/12 11:49:04 lukem Exp $
# $NetBSD: Makefile,v 1.4 2002/02/10 16:25:49 mrg Exp $
.include "../Makefile.inc"
@ -9,6 +9,6 @@ CPPFLAGS+= -nostdinc -I$S -D_KERNEL -DEXEC_ELF32 -DELFSIZE=32
KMOD= exec_elf
SRCS= lkminit_exec.c
SRCS+= exec_elf32.c
SRCS+= exec_elf32.c core_elf32.c
.include <bsd.kmod.mk>