1 1.18 christos # $NetBSD: mod.mk,v 1.18 2024/04/05 01:16:00 christos Exp $ 2 1.1 christos 3 1.18 christos WARNS=6 4 1.18 christos LIBISMODULE=yes 5 1.18 christos MAKESTATICLIB=yes 6 1.18 christos MAKELINKLIB=yes 7 1.18 christos LINKINSTALL=no 8 1.1 christos 9 1.1 christos .include <bsd.own.mk> 10 1.1 christos 11 1.14 mrg .include "${.PARSEDIR}/../Makefile.inc" 12 1.1 christos 13 1.7 mrg .if defined(MLIBDIR) 14 1.7 mrg LIBDIR=/usr/lib/${MLIBDIR}/security 15 1.6 mrg .else 16 1.2 thorpej LIBDIR=/usr/lib/security 17 1.6 mrg .endif 18 1.3 christos 19 1.1 christos .include <bsd.lib.mk> 20