NetBSD/sys/modules/compat_netbsd32_50/Makefile
pgoyette 4b5fc12da6 Split out the quota code from the rest of compat_netbsd32 module. This
allows loading of compat_netbsd32 on kernels that don't have ``options
QUOTA'' enabled.
2020-03-12 15:02:29 +00:00

17 lines
387 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/03/12 15:02:29 pgoyette Exp $
.include "../Makefile.inc"
.PATH: ${S}/compat/netbsd32
KMOD= compat_netbsd32_50
CPPFLAGS+= -DNTP
CPPFLAGS+= -DCOMPAT_NETBSD32
CPPFLAGS+= -DCOMPAT_50 -DCOMPAT_60 -DCOMPAT_70 -DCOMPAT_80
CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
SRCS+= netbsd32_compat_50.c netbsd32_rndpseudo_50.c
.include <bsd.kmodule.mk>