|
# $NetBSD: Makefile,v 1.3 2001/12/12 11:49:06 lukem Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/compat/linux/common
|
|
|
|
CPPFLAGS+= -nostdinc -I$S -D_KERNEL -DEXEC_AOUT -DCOMPAT_LINUX
|
|
|
|
KMOD= exec_linux_aout
|
|
|
|
SRCS= lkminit_exec.c
|
|
SRCS+= linux_exec_aout.c
|
|
|
|
.include <bsd.kmod.mk>
|