head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.4
	netbsd-11-base:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.2
	perseant-exfatfs-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.05.19.22.25.49;	author christos;	state Exp;
branches;
next	;
commitid	XqbzQiQAGyYD0FaF;


desc
@@


1.1
log
@version dup3
@
text
@#	$NetBSD: Makefile,v 1.1 2022/12/19 23:19:51 pgoyette Exp $

.include "../Makefile.inc"

.PATH:	${S}/compat/netbsd32

KMOD=	compat_netbsd32_110

CPPFLAGS+=	-DCOMPAT_NETBSD32
CPPFLAGS+=	-DCOMPAT_110

SRCS+=	netbsd32_compat_110.c

.include <bsd.kmodule.mk>
@
