1 1.1.22.1 christos # $NetBSD: Makefile,v 1.1.22.1 2019/06/10 22:09:18 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_sysvipc 7 1.1 pgoyette 8 1.1 pgoyette CPPFLAGS+= -DCOMPAT_NETBSD32 9 1.1 pgoyette CPPFLAGS+= -DCOMPAT_10 -DCOMPAT_13 -DCOMPAT_14 -DCOMPAT_50 10 1.1 pgoyette CPPFLAGS+= -DSYSVSHM -DSYSVSEM -DSYSVMSG 11 1.1.22.1 christos CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist 12 1.1 pgoyette 13 1.1 pgoyette .PATH: ${S}/compat/netbsd32 14 1.1 pgoyette 15 1.1 pgoyette SRCS+= netbsd32_ipc.c 16 1.1.22.1 christos 17 1.1.22.1 christos .if !empty(MACHINE_ARCH:Mmips64*) 18 1.1.22.1 christos WARNS= 3 19 1.1.22.1 christos .endif 20 1.1 pgoyette 21 1.1 pgoyette .include <bsd.kmodule.mk> 22