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