mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 06:59:29 -04:00
20 lines
537 B
Makefile
20 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.2 2013/03/07 18:53:39 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../compat/linux/common
|
|
|
|
LIB= rumpkern_sys_linux
|
|
|
|
SRCS= linux_blkio.c linux_cdrom.c linux_errno.c linux_fdio.c \
|
|
linux_file.c linux_hdio.c linux_ioctl.c linux_ipc.c linux_misc.c\
|
|
linux_mtio.c linux_signal.c linux_signo.c linux_socket.c \
|
|
linux_sysctl.c linux_termios.c linux_time.c linux_file64.c
|
|
|
|
SRCS+= rump_linux_sysent.c component.c
|
|
|
|
# XXX
|
|
CPPFLAGS+= -I${.CURDIR} -I${RUMPTOP}/librump/rumpkern
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|