one more level down
This commit is contained in:
parent
9dad5b57f3
commit
53702d90ff
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mod.mk,v 1.14 2020/02/27 00:02:56 mrg Exp $
|
||||
# $NetBSD: mod.mk,v 1.15 2020/02/27 02:56:46 christos Exp $
|
||||
|
||||
NOLINT= # don't build a lint library
|
||||
NOPROFILE= # don't build a profile library
|
||||
|
@ -16,7 +16,7 @@ LIBDIR=/usr/lib/security
|
|||
WARNS=6
|
||||
|
||||
.if ${MKPIC} != "no"
|
||||
LIBDPLIBS+= pam ${NETBSDSRCDIR}/lib/libpam
|
||||
LIBDPLIBS+= pam ${NETBSDSRCDIR}/lib/libpam/libpam
|
||||
.PRECIOUS: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
|
||||
libinstall:: ${DESTDIR}${LIBDIR}/${LIB}.so.${SHLIB_MAJOR}
|
||||
.else
|
||||
|
|
Loading…
Reference in New Issue