2002-05-30 22:53:14 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2002/05/30 18:53:25 thorpej Exp $
|
2000-12-09 02:05:33 +03:00
|
|
|
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
|
|
|
|
.PATH: $S/compat/ultrix
|
|
|
|
|
2002-05-30 22:53:14 +04:00
|
|
|
CPPFLAGS+= -nostdinc -D_KERNEL -DEXEC_ECOFF
|
2000-12-09 02:05:33 +03:00
|
|
|
|
|
|
|
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>
|