xref: /illumos-gate/usr/src/cmd/tzreload/Makefile (revision 55fea89d)
1d1419d5aSNobutomo Nakano#
2d1419d5aSNobutomo Nakano# CDDL HEADER START
3d1419d5aSNobutomo Nakano#
4d1419d5aSNobutomo Nakano# The contents of this file are subject to the terms of the
5d1419d5aSNobutomo Nakano# Common Development and Distribution License (the "License").
6d1419d5aSNobutomo Nakano# You may not use this file except in compliance with the License.
7d1419d5aSNobutomo Nakano#
8d1419d5aSNobutomo Nakano# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9d1419d5aSNobutomo Nakano# or http://www.opensolaris.org/os/licensing.
10d1419d5aSNobutomo Nakano# See the License for the specific language governing permissions
11d1419d5aSNobutomo Nakano# and limitations under the License.
12d1419d5aSNobutomo Nakano#
13d1419d5aSNobutomo Nakano# When distributing Covered Code, include this CDDL HEADER in each
14d1419d5aSNobutomo Nakano# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15d1419d5aSNobutomo Nakano# If applicable, add the following below this CDDL HEADER, with the
16d1419d5aSNobutomo Nakano# fields enclosed by brackets "[]" replaced with your own identifying
17d1419d5aSNobutomo Nakano# information: Portions Copyright [yyyy] [name of copyright owner]
18d1419d5aSNobutomo Nakano#
19d1419d5aSNobutomo Nakano# CDDL HEADER END
20d1419d5aSNobutomo Nakano#
21d1419d5aSNobutomo Nakano# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22d1419d5aSNobutomo Nakano# Use is subject to license terms.
23d1419d5aSNobutomo Nakano#
24d1419d5aSNobutomo Nakano
25d1419d5aSNobutomo NakanoPROG=tzreload
26d1419d5aSNobutomo Nakano
27d1419d5aSNobutomo Nakanoinclude ../Makefile.cmd
28d1419d5aSNobutomo Nakano
29d1419d5aSNobutomo NakanoCPPFLAGS += -I../cron
30d1419d5aSNobutomo Nakano
31d1419d5aSNobutomo Nakano.KEEP_STATE:
32d1419d5aSNobutomo Nakano
33*55fea89dSDan Crossall: $(PROG)
34d1419d5aSNobutomo Nakano
35d1419d5aSNobutomo Nakanoinstall: all $(ROOTSBINPROG)
36d1419d5aSNobutomo Nakano	$(RM) $(ROOTUSRSBIN)/$(PROG)
37d1419d5aSNobutomo Nakano	$(SYMLINK) ../../sbin/$(PROG) $(ROOTUSRSBIN)/$(PROG)
38d1419d5aSNobutomo Nakano
39d1419d5aSNobutomo Nakanoclean:
40d1419d5aSNobutomo Nakano
41d1419d5aSNobutomo Nakanolint:	lint_PROG
42d1419d5aSNobutomo Nakano
43d1419d5aSNobutomo Nakanoinclude ../Makefile.targ
44