Home | History | Annotate | Line # | Download | only in compat_sysv_10
Makefile revision 1.2.4.2
      1  1.2.4.2  christos # $NetBSD: Makefile,v 1.2.4.2 2019/06/10 22:09:19 christos Exp $
      2  1.2.4.2  christos 
      3  1.2.4.2  christos .include "../Makefile.inc"
      4  1.2.4.2  christos 
      5  1.2.4.2  christos .PATH:	${S}/kern
      6  1.2.4.2  christos 
      7  1.2.4.2  christos KMOD=	compat_sysv_10
      8  1.2.4.2  christos 
      9  1.2.4.2  christos CPPFLAGS+=	-DSYSVSEM -DSYSVSHM -DSYSVMSG
     10  1.2.4.2  christos 
     11  1.2.4.2  christos .PATH:	${S}/compat/common
     12  1.2.4.2  christos 
     13  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_10
     14  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_13
     15  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_14
     16  1.2.4.2  christos CPPFLAGS+=	-DCOMPAT_50
     17  1.2.4.2  christos 
     18  1.2.4.2  christos SRCS+=	compat_sysv_10_mod.c
     19  1.2.4.2  christos SRCS+=	kern_ipc_10.c
     20  1.2.4.2  christos 
     21  1.2.4.2  christos .include <bsd.kmodule.mk>
     22