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