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