NetBSD/sys/compat/linux/arch/i386/Makefile

12 lines
339 B
Makefile

# $NetBSD: Makefile,v 1.1 1998/10/01 00:28:33 erh Exp $
KDIR= /sys/compat/linux/i386
INCSDIR= /usr/include/compat/linux/i386
INCS= linux_errno.h linux_exec.h linux_fcntl.h linux_machdep.h linux_mmap.h \
linux_signal.h linux_socket.h linux_syscall.h linux_syscallargs.h \
linux_types.h
.include <../Makefile.sc>
.include <bsd.kinc.mk>