1 1.2 mlelstv # $NetBSD: Makefile,v 1.2 2018/11/26 08:48:43 mlelstv 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.2 mlelstv 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 pgoyette SRCS+= netbsd32_compat_10.c 17 1.1 pgoyette SRCS+= netbsd32_compat_14.c 18 1.1 pgoyette SRCS+= netbsd32_compat_50_sysv.c 19 1.1 pgoyette 20 1.1 pgoyette .include <bsd.kmodule.mk> 21