Home | History | Annotate | Line # | Download | only in libsys_linux
Makefile revision 1.5
      1 #	$NetBSD: Makefile,v 1.5 2014/01/28 10:54:45 njoly 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+=	rump_linux_sysent.c component.c linux_rump.c
     15 
     16 # XXX
     17 CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
     18 CPPFLAGS+= -DINET6
     19 
     20 .include <bsd.lib.mk>
     21 .include <bsd.klinks.mk>
     22