mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 23:50:29 -04:00
13 lines
256 B
Makefile
13 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/04/10 16:44:54 pooka Exp $
|
|
#
|
|
|
|
LIB= rumpkern_sys_cygwin
|
|
|
|
SRCS= rump_cygwin_compat.c rump_cygwin_sysent.c component.c
|
|
|
|
# XXX
|
|
CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|