20 lines
325 B
Makefile
20 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/05/30 18:53:25 thorpej Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/compat/ultrix
|
|
|
|
CPPFLAGS+= -nostdinc -D_KERNEL -DEXEC_ECOFF
|
|
|
|
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>
|