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