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