summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-25 19:25:13 +0000
committerimp <imp@FreeBSD.org>2014-04-25 19:25:13 +0000
commit6f48f40ec746ab12169e10686f70da2e7407c710 (patch)
tree8c4d4787ab9bc681d5cdf8b41b905b3ed451e2b1
parente27daff3c91f2ac226caaef0895f62c97a510350 (diff)
downloadFreeBSD-src-6f48f40ec746ab12169e10686f70da2e7407c710.zip
FreeBSD-src-6f48f40ec746ab12169e10686f70da2e7407c710.tar.gz
Kill last remaining NO_INSTALLLIB in tree by converting it over to
MK_INSTALLIB=no.
-rw-r--r--lib/libpam/modules/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpam/modules/Makefile.inc b/lib/libpam/modules/Makefile.inc
index 8ff6ca6..d42d91b 100644
--- a/lib/libpam/modules/Makefile.inc
+++ b/lib/libpam/modules/Makefile.inc
@@ -2,7 +2,7 @@
PAMDIR= ${.CURDIR}/../../../../contrib/openpam
-NO_INSTALLLIB=
+MK_INSTALLLIB= no
NO_PROFILE=
CFLAGS+= -I${PAMDIR}/include -I${.CURDIR}/../../libpam
OpenPOWER on IntegriCloud