From 890b32ee41df0d6e6a46be59babec6f1bba0606c Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Fri, 11 Oct 2002 14:17:09 +0000 Subject: Build kerberized versions of the PAM library, and install them into corresponding distributions during "make release". (This also cleans the "slib" distribution up from the .o files.) PR: misc/43825 (inspired by) --- lib/libpam/Makefile.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib') diff --git a/lib/libpam/Makefile.inc b/lib/libpam/Makefile.inc index a0b4860346b9..5a1794f4e9a6 100644 --- a/lib/libpam/Makefile.inc +++ b/lib/libpam/Makefile.inc @@ -26,3 +26,11 @@ SHLIB_MAJOR= 2 +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) +.if defined(MAKE_KERBEROS4) +DISTRIBUTION+= krb4 +.endif +.if defined(MAKE_KERBEROS5) +DISTRIBUTION+= krb5 +.endif +.endif -- cgit v1.3