Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $
2
3.include "../Makefile.inc"
4
5.PATH:	${S}/compat/common
6
7KMOD=	compat_80
8
9CPPFLAGS+=	-DCOMPAT_80
10
11SRCS+=	compat_80_mod.c
12SRCS+=	kern_mod_80.c
13
14.include <bsd.kmodule.mk>
15