Cross Reference: Makefile
xref: /src/sys/rump/kern/lib/libsys_cygwin/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/rump/kern/lib/libsys_cygwin/
Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2015/10/19 16:16:37 pooka Exp $
2#
3
4LIB=	rumpkern_sys_cygwin
5COMMENT=Cygwin system call translation
6
7SRCS=	rump_cygwin_compat.c
8SRCS+=	sys_cygwin_component.c
9
10# XXX
11CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
12
13SYS_P=rump_cygwin_sys
14.include "../Makefile.sys"
15
16.include <bsd.lib.mk>
17.include <bsd.klinks.mk>
18

Indexes created Sun Nov 30 02:09:33 GMT 2025