816dbf35c5
build it.
15 lines
291 B
Makefile
15 lines
291 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/12/01 23:58:19 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
.include "../Makefile.assym"
|
|
|
|
KMOD= compat_netbsd32_mqueue
|
|
|
|
CPPFLAGS+= -DCOMPAT_NETBSD32 -DCOMPAT_50
|
|
CPPFLAGS+= -DMQUEUE
|
|
|
|
.PATH: ${S}/compat/netbsd32
|
|
SRCS+= netbsd32_mqueue.c
|
|
|
|
.include <bsd.kmodule.mk>
|