Home | History | Annotate | Line # | Download | only in i386
Makefile revision 1.1
      1  1.1  erh #	$NetBSD: Makefile,v 1.1 1998/10/01 00:28:33 erh Exp $
      2  1.1  erh 
      3  1.1  erh KDIR=	/sys/compat/linux/i386
      4  1.1  erh INCSDIR= /usr/include/compat/linux/i386
      5  1.1  erh 
      6  1.1  erh INCS=	linux_errno.h linux_exec.h linux_fcntl.h linux_machdep.h linux_mmap.h \
      7  1.1  erh 	linux_signal.h linux_socket.h linux_syscall.h linux_syscallargs.h \
      8  1.1  erh 	linux_types.h
      9  1.1  erh 
     10  1.1  erh .include <../Makefile.sc>
     11  1.1  erh .include <bsd.kinc.mk>
     12