xref: /freebsd/lib/libpam/modules/pam_securetty/Makefile (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1397fa725SMark Murray# Copyright 2001 Mark R V Murray
2397fa725SMark Murray# All rights reserved.
3397fa725SMark Murray#
4397fa725SMark Murray# Redistribution and use in source and binary forms, with or without
5397fa725SMark Murray# modification, are permitted provided that the following conditions
6397fa725SMark Murray# are met:
7397fa725SMark Murray# 1. Redistributions of source code must retain the above copyright
8397fa725SMark Murray#    notice, this list of conditions and the following disclaimer.
9397fa725SMark Murray# 2. Redistributions in binary form must reproduce the above copyright
10397fa725SMark Murray#    notice, this list of conditions and the following disclaimer in the
11397fa725SMark Murray#    documentation and/or other materials provided with the distribution.
12397fa725SMark Murray#
13397fa725SMark Murray# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14397fa725SMark Murray# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15397fa725SMark Murray# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16397fa725SMark Murray# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17397fa725SMark Murray# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18397fa725SMark Murray# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19397fa725SMark Murray# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20397fa725SMark Murray# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21397fa725SMark Murray# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22397fa725SMark Murray# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23397fa725SMark Murray# SUCH DAMAGE.
24397fa725SMark Murray#
25397fa725SMark Murray
26*93c43690SEmmanuel VadotPACKAGE=	runtime
27*93c43690SEmmanuel Vadot
28397fa725SMark MurrayLIB=	pam_securetty
29397fa725SMark MurraySRCS=	pam_securetty.c
301642eb1aSMark MurrayMAN=	pam_securetty.8
31397fa725SMark Murray
32397fa725SMark Murray.include <bsd.lib.mk>
33