Home | History | Annotate | Line # | Download | only in compat_netbsd32_110
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2024/05/19 22:25:49 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include "../Makefile.inc"
      4  1.1  christos 
      5  1.1  christos .PATH:	${S}/compat/netbsd32
      6  1.1  christos 
      7  1.1  christos KMOD=	compat_netbsd32_110
      8  1.1  christos 
      9  1.1  christos CPPFLAGS+=	-DCOMPAT_NETBSD32
     10  1.1  christos CPPFLAGS+=	-DCOMPAT_110
     11  1.1  christos 
     12  1.1  christos SRCS+=	netbsd32_compat_110.c
     13  1.1  christos 
     14  1.1  christos .include <bsd.kmodule.mk>
     15