xref: /netbsd-src/sys/modules/compat_netbsd32_13/Makefile (revision 503e8d6b592a2496950e8f203a04d1258cb66287)
1#	$NetBSD: Makefile,v 1.5 2024/06/16 21:52:02 pgoyette Exp $
2
3.include <bsd.init.mk>
4
5.PATH:	${S}/compat/netbsd32
6
7KMOD=	compat_netbsd32_13
8
9CPPFLAGS+=	-DCOMPAT_NETBSD32
10CPPFLAGS+=	-DCOMPAT_13 -DCOMPAT_14 -DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
11CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
12CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
13
14SRCS+=	netbsd32_compat_13.c
15
16COMPAT_MACHDEP_SRCS=	netbsd32_machdep_13.c
17
18.include "../Makefile.compat"
19
20.include <bsd.kmodule.mk>
21