1 1.1.22.1 christos # $NetBSD: Makefile,v 1.1.22.1 2019/06/10 22:09:17 christos Exp $ 2 1.1 pgoyette 3 1.1 pgoyette .include "../Makefile.inc" 4 1.1 pgoyette .include "../Makefile.assym" 5 1.1 pgoyette 6 1.1 pgoyette KMOD= compat_netbsd32_mqueue 7 1.1 pgoyette 8 1.1 pgoyette CPPFLAGS+= -DCOMPAT_NETBSD32 -DCOMPAT_50 9 1.1 pgoyette CPPFLAGS+= -DMQUEUE 10 1.1.22.1 christos CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist 11 1.1 pgoyette 12 1.1 pgoyette .PATH: ${S}/compat/netbsd32 13 1.1 pgoyette SRCS+= netbsd32_mqueue.c 14 1.1 pgoyette 15 1.1.22.1 christos .if !empty(MACHINE_ARCH:Mmips64*) 16 1.1.22.1 christos WARNS= 3 17 1.1.22.1 christos .endif 18 1.1.22.1 christos 19 1.1 pgoyette .include <bsd.kmodule.mk> 20