Home | History | Annotate | Line # | Download | only in compat_50
Makefile revision 1.4.4.2
      1  1.4.4.2  christos #	$NetBSD: Makefile,v 1.4.4.2 2019/06/10 22:09:14 christos Exp $
      2  1.4.4.2  christos 
      3  1.4.4.2  christos .include "../Makefile.inc"
      4  1.4.4.2  christos 
      5  1.4.4.2  christos .PATH:	${S}/compat/common
      6  1.4.4.2  christos 
      7  1.4.4.2  christos KMOD=	compat_50
      8  1.4.4.2  christos 
      9  1.4.4.2  christos CPPFLAGS+=	-DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
     10  1.4.4.2  christos 
     11  1.4.4.2  christos SRCS+=	compat_50_mod.c
     12  1.4.4.2  christos SRCS+=	kern_50.c kern_time_50.c kern_select_50.c
     13  1.4.4.2  christos SRCS+=	vfs_syscalls_50.c uipc_syscalls_50.c uvm_50.c
     14  1.4.4.2  christos SRCS+=	rndpseudo_50.c clockctl_50.c if_spppsubr50.c
     15  1.4.4.2  christos SRCS+=	kern_uipc_socket_50.c
     16  1.4.4.2  christos 
     17  1.4.4.2  christos CPPFLAGS+=	-DINET -DINET6
     18  1.4.4.2  christos # XXX someday we'll need to add
     19  1.4.4.2  christos #CPPFLAGS+=	-DSCTP -DNET_MPSAFE
     20  1.4.4.2  christos 
     21  1.4.4.2  christos SRCS+=	rtsock_50.c
     22  1.4.4.2  christos 
     23  1.4.4.2  christos .PATH:	${S}/fs/puffs
     24  1.4.4.2  christos 
     25  1.4.4.2  christos SRCS+=	puffs_compat.c
     26  1.4.4.2  christos 
     27  1.4.4.2  christos .PATH:  ${S}/dev/wscons
     28  1.4.4.2  christos 
     29  1.4.4.2  christos SRCS+=  wsevent_50.c
     30  1.4.4.2  christos 
     31  1.4.4.2  christos .PATH:	${S}/dev
     32  1.4.4.2  christos 
     33  1.4.4.2  christos SRCS+=	vnd_50.c
     34  1.4.4.2  christos 
     35  1.4.4.2  christos WARNS=	3
     36  1.4.4.2  christos 
     37  1.4.4.2  christos .include <bsd.kmodule.mk>
     38