Home | History | Annotate | Line # | Download | only in compat_13
Makefile revision 1.2.4.2
      1  1.2.4.2  christos #	$NetBSD: Makefile,v 1.2.4.2 2019/06/10 22:09:13 christos Exp $
      2  1.2.4.2  christos 
      3  1.2.4.2  christos .include "../Makefile.inc"
      4  1.2.4.2  christos 
      5  1.2.4.2  christos .PATH:	${S}/compat/common
      6  1.2.4.2  christos 
      7  1.2.4.2  christos KMOD=	compat_13
      8  1.2.4.2  christos 
      9  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_13 -DCOMPAT_14 -DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
     10  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     11  1.2.4.2  christos 
     12  1.2.4.2  christos SRCS+=	compat_13_mod.c
     13  1.2.4.2  christos SRCS+=	uvm_13.c kern_sig_13.c
     14  1.2.4.2  christos 
     15  1.2.4.2  christos .if ${MACHINE_ARCH} == "x86_64"
     16  1.2.4.2  christos .PATH:	${S}/arch/amd64/amd64
     17  1.2.4.2  christos 
     18  1.2.4.2  christos SRCS+=	compat_13_machdep.c
     19  1.2.4.2  christos .endif
     20  1.2.4.2  christos 
     21  1.2.4.2  christos .include <bsd.kmodule.mk>
     22