1#	$NetBSD: Makefile,v 1.2 2019/01/27 02:08:44 pgoyette Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/compat/common
6
7KMOD=	compat_09
8
9CPPFLAGS+=	-DCOMPAT_09 -DCOMPAT_10 -DCOMPAT_12
10CPPFLAGS+=	-DCOMPAT_13 -DCOMPAT_14 -DCOMPAT_16 -DCOMPAT_20 -DCOMPAT_30
11CPPFLAGS+=	-DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
12
13SRCS+=	compat_09_mod.c
14SRCS+=	kern_info_09.c
15
16.include <bsd.kmodule.mk>
17