Index: head/lib/libpam/modules/Makefile.inc =================================================================== --- head/lib/libpam/modules/Makefile.inc (revision 264925) +++ head/lib/libpam/modules/Makefile.inc (revision 264926) @@ -1,21 +1,21 @@ # $FreeBSD$ PAMDIR= ${.CURDIR}/../../../../contrib/openpam -NO_INSTALLLIB= +MK_INSTALLLIB= no NO_PROFILE= CFLAGS+= -I${PAMDIR}/include -I${.CURDIR}/../../libpam # This is nasty. # For the static case, libpam.a depends on the modules. # For the dynamic case, the modules depend on libpam.so.N .if defined(_NO_LIBPAM_SO_YET) NO_PIC= .else SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR} DPADD+= ${LIBPAM} LDADD+= -lpam .endif .include "../Makefile.inc"