Makefile revision 62224350e5355e6834f7deb9d8a7d062a50cb7c2
2551N/A#
2551N/A# CDDL HEADER START
2551N/A#
2551N/A# The contents of this file are subject to the terms of the
2551N/A# Common Development and Distribution License (the "License").
2551N/A# You may not use this file except in compliance with the License.
2551N/A#
2551N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2551N/A# or http://www.opensolaris.org/os/licensing.
2551N/A# See the License for the specific language governing permissions
2551N/A# and limitations under the License.
2551N/A#
2551N/A# When distributing Covered Code, include this CDDL HEADER in each
2551N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2551N/A# If applicable, add the following below this CDDL HEADER, with the
2551N/A# fields enclosed by brackets "[]" replaced with your own identifying
2551N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2551N/A#
2551N/A# CDDL HEADER END
2551N/A#
2551N/A
2551N/A#
2551N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
2551N/A# Use is subject to license terms.
2551N/A#
2551N/A
2551N/APROG= pkgadm
2551N/A
2551N/AOBJS= addcert.o \
2551N/A certs.o \
2551N/A listcert.o \
2551N/A lock.o \
2551N/A main.o \
2551N/A removecert.o
2551N/A
2551N/Ainclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
3661N/A
3661N/ALDLIBS += -lpkg -ladm -lcrypto -lgen
2551N/A
2551N/A.KEEP_STATE:
2551N/Aall: $(PROG)
2551N/A
2551N/Ainstall: all $(ROOTPROG)
2551N/A
2551N/Ainclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ
2551N/A