diff options
author | ru <ru@FreeBSD.org> | 2002-10-11 14:17:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-11 14:17:09 +0000 |
commit | b3c0f70717dc721a9076491fe80fef2e28c95424 (patch) | |
tree | d57874243c840cf0a29c4fd341b589bccf1b2517 /kerberosIV | |
parent | 0d425a16b5c7db40fc40d5cd3e984e0e28d37c76 (diff) | |
download | FreeBSD-src-b3c0f70717dc721a9076491fe80fef2e28c95424.zip FreeBSD-src-b3c0f70717dc721a9076491fe80fef2e28c95424.tar.gz |
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)
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index e368155..588a4f4 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -5,7 +5,7 @@ MAINTAINER= markm@FreeBSD.org SUBDIR= include lib libexec usr.bin usr.sbin # These are the programs which depend on Kerberos. -KPROGS= bin/rcp libexec/ftpd libexec/rlogind libexec/rshd \ +KPROGS= bin/rcp lib/libpam libexec/ftpd libexec/rlogind libexec/rshd \ sbin/dump sbin/restore usr.bin/login usr.bin/passwd \ usr.bin/rlogin usr.bin/rsh usr.bin/su # kerberosIV'ed cvs is broken |