1 1.2 pgoyette # $NetBSD: Makefile,v 1.2 2023/12/09 15:21:01 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.1 christos 11 1.1 christos SRCS+= compat_90_mod.c 12 1.2 pgoyette SRCS+= net_inet6_nd_90.c 13 1.1 christos SRCS+= vfs_syscalls_90.c 14 1.1 christos 15 1.1 christos .include <bsd.kmodule.mk> 16