Home | History | Annotate | Line # | Download | only in compat_16
Makefile revision 1.2.32.1
      1  1.2.32.1    martin #	$NetBSD: Makefile,v 1.2.32.1 2024/06/22 11:11:53 martin Exp $
      2       1.2  pgoyette 
      3  1.2.32.1    martin .include <bsd.init.mk>
      4       1.2  pgoyette 
      5       1.2  pgoyette .PATH:	${S}/compat/common
      6       1.2  pgoyette 
      7       1.2  pgoyette KMOD=	compat_16
      8       1.2  pgoyette 
      9       1.2  pgoyette CPPFLAGS+=	-DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
     10       1.2  pgoyette CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     11       1.2  pgoyette 
     12       1.2  pgoyette SRCS+=	compat_16_mod.c
     13       1.2  pgoyette SRCS+=	kern_sig_16.c
     14       1.2  pgoyette 
     15  1.2.32.1    martin COMPAT_MACHDEP_SRCS=	compat_16_machdep.c
     16  1.2.32.1    martin .if ${MACHINE_CPU} == "m68k"
     17  1.2.32.1    martin .include "../Makefile.assym"
     18  1.2.32.1    martin 
     19  1.2.32.1    martin COMPAT_MACHDEP_SRCS+=	compat_16_sigreturn14.s
     20  1.2.32.1    martin COPTS.compat_16_sigreturn14.s+=	-I. -x assembler-with-cpp
     21  1.2.32.1    martin .endif
     22  1.2.32.1    martin .if ${MACHINE_CPU} == "powerpc"
     23  1.2.32.1    martin COMPAT_MACHDEP_SRCS+=	sigcode.S
     24  1.2.32.1    martin .endif
     25  1.2.32.1    martin 
     26  1.2.32.1    martin .include "../Makefile.compat"
     27  1.2.32.1    martin 
     28       1.2  pgoyette .include <bsd.kmodule.mk>
     29