Home | History | Annotate | Line # | Download | only in syscallemu
Makefile revision 1.1
      1  1.1  jmcneill #	$NetBSD: Makefile,v 1.1 2012/01/05 13:26:51 jmcneill Exp $
      2  1.1  jmcneill 
      3  1.1  jmcneill NETBSDSRCDIR?=	../../../../..
      4  1.1  jmcneill 
      5  1.1  jmcneill S?=	${NETBSDSRCDIR}/sys
      6  1.1  jmcneill M?=	${S}/modules
      7  1.1  jmcneill 
      8  1.1  jmcneill .include "${M}/Makefile.inc"
      9  1.1  jmcneill .include "${M}/Makefile.assym"
     10  1.1  jmcneill 
     11  1.1  jmcneill KMOD=	syscallemu
     12  1.1  jmcneill 
     13  1.1  jmcneill SRCS=	syscallemu.c
     14  1.1  jmcneill SRCS+=	syscallemu_${MACHINE_ARCH}.c
     15  1.1  jmcneill 
     16  1.1  jmcneill .include <bsd.kmodule.mk>
     17