Home | History | Annotate | Line # | Download | only in compat_netbsd32_80
Makefile revision 1.3.4.2
      1  1.3.4.2  christos #	$NetBSD: Makefile,v 1.3.4.2 2019/06/10 22:09:17 christos Exp $
      2  1.3.4.2  christos 
      3  1.3.4.2  christos .include "../Makefile.inc"
      4  1.3.4.2  christos 
      5  1.3.4.2  christos .PATH:	${S}/compat/netbsd32
      6  1.3.4.2  christos 
      7  1.3.4.2  christos KMOD=	compat_netbsd32_80
      8  1.3.4.2  christos 
      9  1.3.4.2  christos CPPFLAGS+=	-DCOMPAT_NETBSD32
     10  1.3.4.2  christos CPPFLAGS+=	-DCOMPAT_80
     11  1.3.4.2  christos CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
     12  1.3.4.2  christos 
     13  1.3.4.2  christos SRCS+=	netbsd32_compat_80.c
     14  1.3.4.2  christos 
     15  1.3.4.2  christos .if !empty(MACHINE_ARCH:Mmips64*)
     16  1.3.4.2  christos WARNS=	3
     17  1.3.4.2  christos .endif
     18  1.3.4.2  christos 
     19  1.3.4.2  christos .include <bsd.kmodule.mk>
     20