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