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.8
	netbsd-11-base:1.1
	perseant-exfatfs-base-20240630:1.1
	perseant-exfatfs:1.1.0.6
	perseant-exfatfs-base:1.1
	thorpej-ifq:1.1.0.4
	thorpej-ifq-base:1.1
	thorpej-altq-separation:1.1.0.2
	thorpej-altq-separation-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2022.12.19.23.19.51;	author pgoyette;	state Exp;
branches;
next	;
commitid	gPdlzy36r3YdVd6E;


desc
@@


1.1
log
@Create compat_100 module infrastructure now that we have branched
for NetBSD-10
@
text
@#	$NetBSD$

.include "../Makefile.inc"

.PATH:	${S}/compat/netbsd32

KMOD=	compat_netbsd32_100

CPPFLAGS+=	-DCOMPAT_NETBSD32
CPPFLAGS+=	-DCOMPAT_100
CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist

SRCS+=	netbsd32_compat_100.c

.include <bsd.kmodule.mk>
@
