413bdf22a1
for now, only i386 linux_elf is actually installed, since the others have not been tested yet
17 lines
277 B
Makefile
17 lines
277 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/12/08 23:05:43 jdolecek Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/compat/netbsd32
|
|
|
|
CPPFLAGS+= -nostdinc -I$S -D_KERNEL -DEXEC_ELF32
|
|
|
|
MKMAN= no
|
|
|
|
KMOD= exec_netbsd32_elf
|
|
|
|
SRCS= lkminit_exec.c
|
|
SRCS+= netbsd32_exec_elf32.c
|
|
|
|
.include <bsd.kmod.mk>
|