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