summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_ksu/Makefile
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-05-28 20:52:31 +0000
committernectar <nectar@FreeBSD.org>2002-05-28 20:52:31 +0000
commite9b88414b455ec3184d1f04772052b477c37a813 (patch)
treed0637450d2ad6bf76e6a1c99a7b4d33ca314a04a /lib/libpam/modules/pam_ksu/Makefile
parentb02de3a56c91dd9d2279e6983f1eb563228c89c0 (diff)
downloadFreeBSD-src-e9b88414b455ec3184d1f04772052b477c37a813.zip
FreeBSD-src-e9b88414b455ec3184d1f04772052b477c37a813.tar.gz
Add pam_ksu(8), a module to do Kerberos 5 authentication and
$HOME/.k5login authorization for su(1). Reviewed by: des (earlier version)
Diffstat (limited to 'lib/libpam/modules/pam_ksu/Makefile')
-rw-r--r--lib/libpam/modules/pam_ksu/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/libpam/modules/pam_ksu/Makefile b/lib/libpam/modules/pam_ksu/Makefile
new file mode 100644
index 0000000..e86a158
--- /dev/null
+++ b/lib/libpam/modules/pam_ksu/Makefile
@@ -0,0 +1,42 @@
+# Copyright 2002 FreeBSD, Inc.
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
+#
+# $FreeBSD$
+
+PAMDIR= ${.CURDIR}/../../../../contrib/libpam
+
+LIB= pam_ksu
+SRCS= pam_ksu.c
+CFLAGS+= -Wall
+CFLAGS+= -I${PAMDIR}/libpam/include
+CFLAGS+= -I${.CURDIR}/../../libpam
+DPADD= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} \
+ ${LIBCOM_ERR} ${LIBROKEN}
+LDADD= -lkrb5 -lasn1 -lcrypto -lcrypt -lcom_err \
+ -L${.OBJDIR}/../../../../kerberos5/lib/libroken -lroken
+MAN= pam_ksu.8
+#INTERNALLIB= yes
+#INTERNALSTATICLIB=yes
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud