1*62224350SCasper H.S. Dik# 2*62224350SCasper H.S. Dik# CDDL HEADER START 3*62224350SCasper H.S. Dik# 4*62224350SCasper H.S. Dik# The contents of this file are subject to the terms of the 5*62224350SCasper H.S. Dik# Common Development and Distribution License (the "License"). 6*62224350SCasper H.S. Dik# You may not use this file except in compliance with the License. 7*62224350SCasper H.S. Dik# 8*62224350SCasper H.S. Dik# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*62224350SCasper H.S. Dik# or http://www.opensolaris.org/os/licensing. 10*62224350SCasper H.S. Dik# See the License for the specific language governing permissions 11*62224350SCasper H.S. Dik# and limitations under the License. 12*62224350SCasper H.S. Dik# 13*62224350SCasper H.S. Dik# When distributing Covered Code, include this CDDL HEADER in each 14*62224350SCasper H.S. Dik# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*62224350SCasper H.S. Dik# If applicable, add the following below this CDDL HEADER, with the 16*62224350SCasper H.S. Dik# fields enclosed by brackets "[]" replaced with your own identifying 17*62224350SCasper H.S. Dik# information: Portions Copyright [yyyy] [name of copyright owner] 18*62224350SCasper H.S. Dik# 19*62224350SCasper H.S. Dik# CDDL HEADER END 20*62224350SCasper H.S. Dik# 21*62224350SCasper H.S. Dik 22*62224350SCasper H.S. Dik# 23*62224350SCasper H.S. Dik# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 24*62224350SCasper H.S. Dik# Use is subject to license terms. 25*62224350SCasper H.S. Dik# 26*62224350SCasper H.S. Dik 27*62224350SCasper H.S. DikPROG= pkgserv 28*62224350SCasper H.S. Dik 29*62224350SCasper H.S. DikOBJS= pkgserv.o 30*62224350SCasper H.S. Dik 31*62224350SCasper H.S. Dikinclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg 32*62224350SCasper H.S. Dik 33*62224350SCasper H.S. DikLDLIBS += -lpkg -lumem -lavl 34*62224350SCasper H.S. Dik 35*62224350SCasper H.S. Dik 36*62224350SCasper H.S. Dik.KEEP_STATE: 37*62224350SCasper H.S. Dikall: $(PROG) 38*62224350SCasper H.S. Dik 39*62224350SCasper H.S. Dikinstall: all $(ROOTPKGBINPROG) 40*62224350SCasper H.S. Dik 41*62224350SCasper H.S. Dikinclude $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ 42