1d65b34dbSJohn Polstra# Copyright 1999 Max Khon. 2d65b34dbSJohn Polstra# All rights reserved. 3d65b34dbSJohn Polstra# 4d65b34dbSJohn Polstra# Redistribution and use in source and binary forms, with or without 5d65b34dbSJohn Polstra# modification, are permitted provided that the following conditions 6d65b34dbSJohn Polstra# are met: 7d65b34dbSJohn Polstra# 1. Redistributions of source code must retain the above copyright 8d65b34dbSJohn Polstra# notice, this list of conditions and the following disclaimer. 9d65b34dbSJohn Polstra# 2. Redistributions in binary form must reproduce the above copyright 10d65b34dbSJohn Polstra# notice, this list of conditions and the following disclaimer in the 11d65b34dbSJohn Polstra# documentation and/or other materials provided with the distribution. 12d65b34dbSJohn Polstra# 13d65b34dbSJohn Polstra# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 14d65b34dbSJohn Polstra# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 15d65b34dbSJohn Polstra# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 16d65b34dbSJohn Polstra# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 17d65b34dbSJohn Polstra# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 18d65b34dbSJohn Polstra# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 19d65b34dbSJohn Polstra# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 20d65b34dbSJohn Polstra# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 21d65b34dbSJohn Polstra# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 22d65b34dbSJohn Polstra# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 23d65b34dbSJohn Polstra# SUCH DAMAGE. 24d65b34dbSJohn Polstra# 25d65b34dbSJohn Polstra 26d65b34dbSJohn PolstraLIB= pam_deny 27d65b34dbSJohn PolstraSRCS= pam_deny.c 281642eb1aSMark MurrayMAN= pam_deny.8 29d65b34dbSJohn Polstra 30d65b34dbSJohn Polstra.include <bsd.lib.mk> 31