Home | History | Annotate | Line # | Download | only in libsys_cygwin
Makefile revision 1.2.8.3
      1  1.2.8.3  skrll #	$NetBSD: Makefile,v 1.2.8.3 2015/12/27 12:10:15 skrll Exp $
      2      1.1  pooka #
      3      1.1  pooka 
      4      1.1  pooka LIB=	rumpkern_sys_cygwin
      5  1.2.8.3  skrll COMMENT=Cygwin system call translation
      6      1.1  pooka 
      7  1.2.8.2  skrll SRCS=	rump_cygwin_compat.c
      8      1.2  pooka SRCS+=	sys_cygwin_component.c
      9      1.1  pooka 
     10      1.1  pooka # XXX
     11  1.2.8.2  skrll CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     12  1.2.8.1  skrll 
     13  1.2.8.1  skrll SYS_P=rump_cygwin_sys
     14  1.2.8.1  skrll .include "../Makefile.sys"
     15  1.2.8.2  skrll 
     16  1.2.8.2  skrll .include <bsd.lib.mk>
     17  1.2.8.2  skrll .include <bsd.klinks.mk>
     18