db27b89936
Add in pecoff_exec.c to lkm !
16 lines
267 B
Makefile
16 lines
267 B
Makefile
# $NetBSD: Makefile,v 1.6 2007/11/10 09:43:13 dsl Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/compat/pecoff
|
|
|
|
CPPFLAGS+= -DCOMPAT_PECOFF -DSYSVMSG -DSYSVSHM
|
|
|
|
KMOD= compat_pecoff
|
|
|
|
SRCS+= lkminit_emul.c
|
|
SRCS+= pecoff_exec.c
|
|
SRCS+= pecoff_emul.c
|
|
|
|
.include <bsd.kmod.mk>
|