Home | History | Annotate | Line # | Download | only in compat_30
Makefile revision 1.3.4.3
      1  1.3.4.3    martin #	$NetBSD: Makefile,v 1.3.4.3 2020/04/13 08:05:06 martin Exp $
      2  1.3.4.2  christos 
      3  1.3.4.2  christos .include "../Makefile.inc"
      4  1.3.4.2  christos 
      5  1.3.4.2  christos .PATH:	${S}/compat/common
      6  1.3.4.2  christos 
      7  1.3.4.2  christos KMOD=	compat_30
      8  1.3.4.2  christos 
      9  1.3.4.2  christos CPPFLAGS+=	-DCOMPAT_30
     10  1.3.4.2  christos CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     11  1.3.4.2  christos 
     12  1.3.4.2  christos SRCS+=	compat_30_mod.c
     13  1.3.4.2  christos SRCS+=	vfs_syscalls_30.c uipc_syscalls_30.c kern_time_30.c bio_30.c vnd_30.c
     14  1.3.4.2  christos SRCS+=	usb_subr_30.c
     15  1.3.4.2  christos 
     16  1.3.4.2  christos .include <bsd.kmodule.mk>
     17