Home | History | Annotate | Line # | Download | only in compat_90
      1  1.3  pgoyette #	$NetBSD: Makefile,v 1.3 2023/12/10 00:29:24 pgoyette 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_90
      8  1.1  christos 
      9  1.1  christos CPPFLAGS+=	-DCOMPAT_90
     10  1.3  pgoyette CPPFLAGS+=	-DINET
     11  1.3  pgoyette 
     12  1.3  pgoyette # Remove/comment the following if the target kernel on which the
     13  1.3  pgoyette # module may be loaded doesn't have IPv6.  Enable this by default.
     14  1.3  pgoyette 
     15  1.3  pgoyette CPPFLAGS+=	-DINET6
     16  1.1  christos 
     17  1.1  christos SRCS+=	compat_90_mod.c
     18  1.2  pgoyette SRCS+=	net_inet6_nd_90.c
     19  1.1  christos SRCS+=	vfs_syscalls_90.c
     20  1.1  christos 
     21  1.1  christos .include <bsd.kmodule.mk>
     22