413bdf22a1
for now, only i386 linux_elf is actually installed, since the others have not been tested yet
22 lines
342 B
Makefile
22 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/12/08 23:05:48 jdolecek Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/compat/ultrix
|
|
|
|
CPPFLAGS+= -nostdinc -I$S -D_KERNEL -DEXEC_ECOFF
|
|
|
|
MKMAN= no
|
|
|
|
KMOD= exec_ultrix_ecoff
|
|
|
|
SRCS= lkminit_exec.c
|
|
SRCS+= ultrix_exec_ecoff.c
|
|
|
|
DPSRCS+= mips
|
|
.PHONY: mips
|
|
mips:
|
|
ln -sf $S/arch/mips/include mips
|
|
|
|
.include <bsd.kmod.mk>
|