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