Home | History | Annotate | Line # | Download | only in libsys_linux
Makefile revision 1.10
      1 #	$NetBSD: Makefile,v 1.10 2015/10/19 16:16:37 pooka Exp $
      2 #
      3 
      4 .PATH:	${.CURDIR}/../../../../compat/linux/common
      5 
      6 LIB=	rumpkern_sys_linux
      7 COMMENT=Linux system call translation
      8 
      9 SRCS=	linux_blkio.c linux_cdrom.c linux_errno.c linux_fdio.c		\
     10 	linux_file.c linux_hdio.c linux_ioctl.c linux_ipc.c linux_misc.c\
     11 	linux_mtio.c linux_signal.c linux_signo.c linux_socket.c	\
     12 	linux_sysctl.c linux_termios.c linux_time.c linux_file64.c      \
     13 	linux_pipe.c
     14 
     15 SRCS+=	linux_rump.c
     16 SRCS+=	sys_linux_component.c
     17 
     18 # XXX
     19 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern
     20 CPPFLAGS+= -DINET6
     21 
     22 SYS_P=rump_linux_sys
     23 .include "../Makefile.sys"
     24 
     25 .include <bsd.lib.mk>
     26 .include <bsd.klinks.mk>
     27