mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 15:08:19 -04:00
20 lines
507 B
Makefile
20 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.1 2012/09/19 21:45:40 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}
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|