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_50 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_50 14 1.2.4.2 christos 15 1.2.4.2 christos SRCS+= compat_sysv_50_mod.c 16 1.2.4.2 christos SRCS+= sysv_ipc_50.c sysv_msg_50.c sysv_sem_50.c sysv_shm_50.c 17 1.2.4.2 christos 18 1.2.4.2 christos .include <bsd.kmodule.mk> 19