Home | History | Annotate | Line # | Download | only in compat_90
Makefile revision 1.1.28.1
      1  1.1.28.1    martin #	$NetBSD: Makefile,v 1.1.28.1 2023/12/10 13:06:16 martin 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.1.28.1    martin CPPFLAGS+=	-DINET
     11  1.1.28.1    martin 
     12  1.1.28.1    martin # Remove/comment the following if the target kernel on which the
     13  1.1.28.1    martin # module may be loaded doesn't have IPv6.  Enable this by default.
     14  1.1.28.1    martin 
     15  1.1.28.1    martin CPPFLAGS+=	-DINET6
     16       1.1  christos 
     17       1.1  christos SRCS+=	compat_90_mod.c
     18  1.1.28.1    martin 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