177714Smarkm# Copyright 2001 Mark R V Murray
277714Smarkm# All rights reserved.
377714Smarkm#
477714Smarkm# Redistribution and use in source and binary forms, with or without
577714Smarkm# modification, are permitted provided that the following conditions
677714Smarkm# are met:
777714Smarkm# 1. Redistributions of source code must retain the above copyright
877714Smarkm#    notice, this list of conditions and the following disclaimer.
977714Smarkm# 2. Redistributions in binary form must reproduce the above copyright
1077714Smarkm#    notice, this list of conditions and the following disclaimer in the
1177714Smarkm#    documentation and/or other materials provided with the distribution.
1277714Smarkm#
1377714Smarkm# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1477714Smarkm# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1577714Smarkm# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1677714Smarkm# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1777714Smarkm# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1877714Smarkm# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1977714Smarkm# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2077714Smarkm# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2177714Smarkm# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2277714Smarkm# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2377714Smarkm# SUCH DAMAGE.
2477714Smarkm#
2577714Smarkm# $FreeBSD: releng/10.2/lib/libpam/modules/pam_securetty/Makefile 112044 2003-03-09 20:06:38Z obrien $
2677714Smarkm
27112044SobrienLIB=	pam_securetty
28112044SobrienSRCS=	pam_securetty.c
29112044SobrienMAN=	pam_securetty.8
3077714Smarkm
3177714Smarkm.include <bsd.lib.mk>
32