1bdfc6d18Sgww#
2bdfc6d18Sgww# CDDL HEADER START
3bdfc6d18Sgww#
4bdfc6d18Sgww# The contents of this file are subject to the terms of the
5bdfc6d18Sgww# Common Development and Distribution License, Version 1.0 only
6bdfc6d18Sgww# (the "License").  You may not use this file except in compliance
7bdfc6d18Sgww# with the License.
8bdfc6d18Sgww#
9bdfc6d18Sgww# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10bdfc6d18Sgww# or http://www.opensolaris.org/os/licensing.
11bdfc6d18Sgww# See the License for the specific language governing permissions
12bdfc6d18Sgww# and limitations under the License.
13bdfc6d18Sgww#
14bdfc6d18Sgww# When distributing Covered Code, include this CDDL HEADER in each
15bdfc6d18Sgww# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16bdfc6d18Sgww# If applicable, add the following below this CDDL HEADER, with the
17bdfc6d18Sgww# fields enclosed by brackets "[]" replaced with your own identifying
18bdfc6d18Sgww# information: Portions Copyright [yyyy] [name of copyright owner]
19bdfc6d18Sgww#
20bdfc6d18Sgww# CDDL HEADER END
21bdfc6d18Sgww#
22bdfc6d18Sgww#
23bdfc6d18Sgww# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24bdfc6d18Sgww# Use is subject to license terms.
25bdfc6d18Sgww#
26bdfc6d18Sgww
27bdfc6d18SgwwLIBRARY=	pam_allow.a
28bdfc6d18SgwwVERS=		.1
29*241c90a0SRichard LoweOBJECTS=	allow.o
30bdfc6d18Sgww
31bdfc6d18Sgwwinclude		../../Makefile.pam_modules
32bdfc6d18Sgww
33bdfc6d18SgwwLDLIBS +=	-lpam -lc
34bdfc6d18Sgww
35bdfc6d18Sgwwall: $(LIBS)
36bdfc6d18Sgww
37bdfc6d18Sgww
38bdfc6d18Sgwwinclude $(SRC)/lib/Makefile.targ
39