1 # $NetBSD: Makefile,v 1.2 2023/12/09 15:21:01 pgoyette Exp $ 2 3 .include "../Makefile.inc" 4 5 .PATH: ${S}/compat/common 6 7 KMOD= compat_90 8 9 CPPFLAGS+= -DCOMPAT_90 10 11 SRCS+= compat_90_mod.c 12 SRCS+= net_inet6_nd_90.c 13 SRCS+= vfs_syscalls_90.c 14 15 .include <bsd.kmodule.mk> 16