Home | History | Annotate | Line # | Download | only in compat_110
      1  1.2  christos #	$NetBSD: Makefile,v 1.2 2024/05/20 01:30:34 christos Exp $
      2  1.1  christos 
      3  1.1  christos .include "../Makefile.inc"
      4  1.1  christos 
      5  1.1  christos .PATH:	${S}/compat/common
      6  1.1  christos 
      7  1.1  christos KMOD=	compat_110
      8  1.1  christos 
      9  1.1  christos CPPFLAGS+=	-DCOMPAT_110
     10  1.1  christos 
     11  1.2  christos SRCS+=	compat_110_mod.c
     12  1.1  christos 
     13  1.1  christos .include <bsd.kmodule.mk>
     14