NetBSD/sys/lkm/exec/ibcs2_elf/Makefile
jdolecek 413bdf22a1 add build glue for exec LKMs
for now, only i386 linux_elf is actually installed, since the others have
not been tested yet
2000-12-08 23:05:33 +00:00

17 lines
268 B
Makefile

# $NetBSD: Makefile,v 1.1 2000/12/08 23:05:38 jdolecek Exp $
.include "../Makefile.inc"
.PATH: $S/compat/ibcs2
CPPFLAGS+= -nostdinc -I$S -D_KERNEL -DEXEC_ELF32
MKMAN= no
KMOD= exec_ibcs2_elf
SRCS= lkminit_exec.c
SRCS+= ibcs2_exec_elf32.c
.include <bsd.kmod.mk>