Home | History | Annotate | Line # | Download | only in compat_netbsd32_sysvipc_14
Makefile revision 1.3.4.3
      1  1.3.4.3    martin #	$NetBSD: Makefile,v 1.3.4.3 2020/04/13 08:05:10 martin Exp $
      2  1.3.4.2  christos 
      3  1.3.4.2  christos .include "../Makefile.inc"
      4  1.3.4.2  christos .include "../Makefile.assym"
      5  1.3.4.2  christos 
      6  1.3.4.2  christos KMOD=	compat_netbsd32_sysvipc_14
      7  1.3.4.2  christos 
      8  1.3.4.2  christos CPPFLAGS+=	-DCOMPAT_NETBSD32
      9  1.3.4.2  christos CPPFLAGS+=	-DCOMPAT_14 -DCOMPAT_50
     10  1.3.4.2  christos CPPFLAGS+=	-DSYSVSHM -DSYSVSEM -DSYSVMSG
     11  1.3.4.2  christos CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
     12  1.3.4.2  christos 
     13  1.3.4.2  christos .PATH:	${S}/compat/netbsd32
     14  1.3.4.2  christos 
     15  1.3.4.2  christos SRCS+=	netbsd32_compat_14_sysv.c
     16  1.3.4.2  christos 
     17  1.3.4.2  christos .include <bsd.kmodule.mk>
     18