16 lines
328 B
Makefile
16 lines
328 B
Makefile
# $NetBSD: Makefile,v 1.3 2003/09/12 02:08:35 christos Exp $
|
|
|
|
COMPAT_UTIL_OVERRIDE= pecoff
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/compat/pecoff
|
|
|
|
CPPFLAGS+= -DCOMPAT_PECOFF -DSYSVMSG -DSYSVSHM
|
|
|
|
KMOD= compat_pecoff
|
|
|
|
SRCS+= lkminit_emul.c
|
|
SRCS+= pecoff_sysent.c pecoff_syscalls.c pecoff_misc.c pecoff_emul.c
|
|
|
|
.include <bsd.kmod.mk>
|