Home | History | Annotate | Line # | Download | only in compat_90
Makefile revision 1.1.8.2
      1  1.1.8.2  martin #	$NetBSD: Makefile,v 1.1.8.2 2020/04/13 08:05:07 martin Exp $
      2  1.1.8.2  martin 
      3  1.1.8.2  martin .include "../Makefile.inc"
      4  1.1.8.2  martin 
      5  1.1.8.2  martin .PATH:	${S}/compat/common
      6  1.1.8.2  martin 
      7  1.1.8.2  martin KMOD=	compat_90
      8  1.1.8.2  martin 
      9  1.1.8.2  martin CPPFLAGS+=	-DCOMPAT_90
     10  1.1.8.2  martin 
     11  1.1.8.2  martin SRCS+=	compat_90_mod.c
     12  1.1.8.2  martin SRCS+=	vfs_syscalls_90.c
     13  1.1.8.2  martin 
     14  1.1.8.2  martin .include <bsd.kmodule.mk>
     15