1 # $NetBSD: Makefile,v 1.4 2019/09/26 02:01:02 christos Exp $ 2 3 .include "../Makefile.inc" 4 5 .PATH: ${S}/compat/common 6 7 KMOD= compat_30 8 9 CPPFLAGS+= -DCOMPAT_30 10 CPPFLAGS+= -DCOMPAT_40 -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80 11 12 SRCS+= compat_30_mod.c 13 SRCS+= vfs_syscalls_30.c uipc_syscalls_30.c kern_time_30.c bio_30.c vnd_30.c 14 SRCS+= usb_subr_30.c 15 16 .include <bsd.kmodule.mk> 17