Home | History | Annotate | Line # | Download | only in libsys_cygwin
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2015/10/19 16:16:37 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 # XXX
     11 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     12 
     13 SYS_P=rump_cygwin_sys
     14 .include "../Makefile.sys"
     15 
     16 .include <bsd.lib.mk>
     17 .include <bsd.klinks.mk>
     18