Home | History | Annotate | Line # | Download | only in libsys_cygwin
Makefile revision 1.4
      1 #	$NetBSD: Makefile,v 1.4 2015/05/09 12:03:10 pooka Exp $
      2 #
      3 
      4 LIB=	rumpkern_sys_cygwin
      5 
      6 SRCS=	rump_cygwin_compat.c
      7 SRCS+=	sys_cygwin_component.c
      8 
      9 # XXX
     10 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     11 
     12 SYS_P=rump_cygwin_sys
     13 .include "../Makefile.sys"
     14 
     15 .include <bsd.lib.mk>
     16 .include <bsd.klinks.mk>
     17