xref: /netbsd-src/lib/libpam/modules/pam_login_access/Makefile (revision d26d1599e615fba0f7cc38a1b0c6a51398919f1d)
1*d26d1599Smanu# $NetBSD: Makefile,v 1.3 2005/01/08 22:56:21 manu Exp $
26f11bdf1Schristos# Copyright 2001 Mark R V Murray
36f11bdf1Schristos# All rights reserved.
46f11bdf1Schristos#
56f11bdf1Schristos# Redistribution and use in source and binary forms, with or without
66f11bdf1Schristos# modification, are permitted provided that the following conditions
76f11bdf1Schristos# are met:
86f11bdf1Schristos# 1. Redistributions of source code must retain the above copyright
96f11bdf1Schristos#    notice, this list of conditions and the following disclaimer.
106f11bdf1Schristos# 2. Redistributions in binary form must reproduce the above copyright
116f11bdf1Schristos#    notice, this list of conditions and the following disclaimer in the
126f11bdf1Schristos#    documentation and/or other materials provided with the distribution.
136f11bdf1Schristos#
146f11bdf1Schristos# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
156f11bdf1Schristos# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
166f11bdf1Schristos# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
176f11bdf1Schristos# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
186f11bdf1Schristos# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
196f11bdf1Schristos# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
206f11bdf1Schristos# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
216f11bdf1Schristos# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
226f11bdf1Schristos# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
236f11bdf1Schristos# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
246f11bdf1Schristos# SUCH DAMAGE.
256f11bdf1Schristos#
266f11bdf1Schristos# $FreeBSD: src/lib/libpam/modules/pam_login_access/Makefile,v 1.5 2003/03/09 20:06:36 obrien Exp $
276f11bdf1Schristos
286f11bdf1SchristosLIB=	pam_login_access
296f11bdf1SchristosSRCS=	pam_login_access.c login_access.c
30*d26d1599SmanuMAN=	pam_login_access.8 login.access.5
316f11bdf1Schristos
32e7d22a2eSchristos.include "${.CURDIR}/../mod.mk"
33