Home | History | Annotate | Line # | Download | only in libsys_cygwin
      1 #	$NetBSD: Makefile,v 1.6 2016/01/26 23:12:17 pooka Exp $
      2 #
      3 
      4 LIB=	rumpkern_sys_cygwin
      5 COMMENT=Cygwin system call translation
      6 
      7 SRCS=	rump_cygwin_compat.c
      8 SRCS+=	sys_cygwin_component.c
      9 
     10 SYS_P=rump_cygwin_sys
     11 .include "../Makefile.sys"
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15