1*10188SJan.Friedel@Sun.COM# 2*10188SJan.Friedel@Sun.COM# CDDL HEADER START 3*10188SJan.Friedel@Sun.COM# 4*10188SJan.Friedel@Sun.COM# The contents of this file are subject to the terms of the 5*10188SJan.Friedel@Sun.COM# Common Development and Distribution License (the "License"). 6*10188SJan.Friedel@Sun.COM# You may not use this file except in compliance with the License. 7*10188SJan.Friedel@Sun.COM# 8*10188SJan.Friedel@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*10188SJan.Friedel@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*10188SJan.Friedel@Sun.COM# See the License for the specific language governing permissions 11*10188SJan.Friedel@Sun.COM# and limitations under the License. 12*10188SJan.Friedel@Sun.COM# 13*10188SJan.Friedel@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*10188SJan.Friedel@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*10188SJan.Friedel@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*10188SJan.Friedel@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*10188SJan.Friedel@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*10188SJan.Friedel@Sun.COM# 19*10188SJan.Friedel@Sun.COM# CDDL HEADER END 20*10188SJan.Friedel@Sun.COM# 21*10188SJan.Friedel@Sun.COM# 22*10188SJan.Friedel@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*10188SJan.Friedel@Sun.COM# Use is subject to license terms. 24*10188SJan.Friedel@Sun.COM# 25*10188SJan.Friedel@Sun.COM# 26*10188SJan.Friedel@Sun.COM 27*10188SJan.Friedel@Sun.COMLIBRARY= audit_remote.a 28*10188SJan.Friedel@Sun.COMVERS= .1 29*10188SJan.Friedel@Sun.COMOBJECTS= audit_remote.o transport.o 30*10188SJan.Friedel@Sun.COM 31*10188SJan.Friedel@Sun.COMLIBBSM= $(SRC)/lib/libbsm/common 32*10188SJan.Friedel@Sun.COM 33*10188SJan.Friedel@Sun.COMinclude $(SRC)/lib/Makefile.lib 34*10188SJan.Friedel@Sun.COM 35*10188SJan.Friedel@Sun.COMLIBS= $(DYNLIB) 36*10188SJan.Friedel@Sun.COMLDLIBS += -lbsm -lsecdb -lc -lnsl -lsocket -lgss -lmtmalloc 37*10188SJan.Friedel@Sun.COM 38*10188SJan.Friedel@Sun.COMCFLAGS += $(CCVERBOSE) 39*10188SJan.Friedel@Sun.COMCPPFLAGS += -D_REENTRANT -I$(LIBBSM) 40*10188SJan.Friedel@Sun.COMCPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 41*10188SJan.Friedel@Sun.COM 42*10188SJan.Friedel@Sun.COMROOTLIBDIR= $(ROOT)/usr/lib/security 43*10188SJan.Friedel@Sun.COM 44*10188SJan.Friedel@Sun.COM.KEEP_STATE: 45*10188SJan.Friedel@Sun.COM 46*10188SJan.Friedel@Sun.COMall: $(LIBS) 47*10188SJan.Friedel@Sun.COM 48*10188SJan.Friedel@Sun.COMlint: lintcheck 49*10188SJan.Friedel@Sun.COM 50*10188SJan.Friedel@Sun.COMinclude ../../../Makefile.targ 51