xref: /illumos-gate/usr/src/cmd/userattr/Makefile (revision 55fea89dcaa64928bed4327112404dcb3e07b79f)
1*49c13cf4Sgww#
2*49c13cf4Sgww# CDDL HEADER START
3*49c13cf4Sgww#
4*49c13cf4Sgww# The contents of this file are subject to the terms of the
5*49c13cf4Sgww# Common Development and Distribution License (the "License").
6*49c13cf4Sgww# You may not use this file except in compliance with the License.
7*49c13cf4Sgww#
8*49c13cf4Sgww# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*49c13cf4Sgww# or http://www.opensolaris.org/os/licensing.
10*49c13cf4Sgww# See the License for the specific language governing permissions
11*49c13cf4Sgww# and limitations under the License.
12*49c13cf4Sgww#
13*49c13cf4Sgww# When distributing Covered Code, include this CDDL HEADER in each
14*49c13cf4Sgww# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*49c13cf4Sgww# If applicable, add the following below this CDDL HEADER, with the
16*49c13cf4Sgww# fields enclosed by brackets "[]" replaced with your own identifying
17*49c13cf4Sgww# information: Portions Copyright [yyyy] [name of copyright owner]
18*49c13cf4Sgww#
19*49c13cf4Sgww# CDDL HEADER END
20*49c13cf4Sgww#
21*49c13cf4Sgww# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
22*49c13cf4Sgww#
23*49c13cf4Sgww
24*49c13cf4SgwwPROG= userattr
25*49c13cf4Sgww
26*49c13cf4Sgwwinclude ../Makefile.cmd
27*49c13cf4Sgww
28*49c13cf4Sgww.KEEP_STATE:
29*49c13cf4Sgww
30*49c13cf4SgwwCFLAGS +=	$(CCVERBOSE)
31*49c13cf4SgwwLDLIBS +=	-lsecdb
32*49c13cf4Sgww
33*49c13cf4Sgww
34*49c13cf4Sgwwall: $(PROG)
35*49c13cf4Sgww
36*49c13cf4Sgwwinstall: all $(ROOTPROG)
37*49c13cf4Sgww
38*49c13cf4Sgwwclean:
39*49c13cf4Sgww
40*49c13cf4Sgwwlint:	lint_PROG
41*49c13cf4Sgww
42*49c13cf4Sgwwinclude ../Makefile.targ
43