diff options
author | jdp <jdp@FreeBSD.org> | 1999-01-20 21:55:30 +0000 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1999-01-20 21:55:30 +0000 |
commit | cf32a03bc9556d6c3dc927d7eb9d276d21d43d41 (patch) | |
tree | 2676314f5ae37c6b0cc69d8819e10f023fafccbd /lib/libpam/modules/Makefile.inc | |
parent | ef01c22e1080a19283f19943021d45e9ad3a711f (diff) | |
download | FreeBSD-src-cf32a03bc9556d6c3dc927d7eb9d276d21d43d41.zip FreeBSD-src-cf32a03bc9556d6c3dc927d7eb9d276d21d43d41.tar.gz |
Make it possible to use PAM in statically-linked applications.
Diffstat (limited to 'lib/libpam/modules/Makefile.inc')
-rw-r--r-- | lib/libpam/modules/Makefile.inc | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/libpam/modules/Makefile.inc b/lib/libpam/modules/Makefile.inc deleted file mode 100644 index 2e29371..0000000 --- a/lib/libpam/modules/Makefile.inc +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1998 Juniper Networks, 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$ - -BINDIR= ${SHLIBDIR} -BINMODE= ${LIBMODE} |