xref: /illumos-gate/usr/src/cmd/printf/Makefile (revision 55fea89dcaa64928bed4327112404dcb3e07b79f)
1f967d548SGarrett D'Amore#
2f967d548SGarrett D'Amore# This file and its contents are supplied under the terms of the
3f967d548SGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
4*5aec55ebSGarrett D'Amore# You may only use this file in accordance with the terms of version
5f967d548SGarrett D'Amore# 1.0 of the CDDL.
6f967d548SGarrett D'Amore#
7f967d548SGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
8f967d548SGarrett D'Amore# source.  A copy is of the CDDL is also available via the Internet
9f967d548SGarrett D'Amore# at http://www.illumos.org/license/CDDL.
10f967d548SGarrett D'Amore#
11f967d548SGarrett D'Amore
12f967d548SGarrett D'Amore#
13f967d548SGarrett D'Amore# Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
14f967d548SGarrett D'Amore#
15f967d548SGarrett D'Amore
16f967d548SGarrett D'AmorePROG= printf
17f967d548SGarrett D'Amore
18f967d548SGarrett D'Amoreinclude ../Makefile.cmd
19f967d548SGarrett D'Amore
20f967d548SGarrett D'Amore.KEEP_STATE:
21f967d548SGarrett D'Amore
22f967d548SGarrett D'Amoreall: $(PROG)
23f967d548SGarrett D'Amore
24f967d548SGarrett D'Amoreinstall: all $(ROOTPROG)
25f967d548SGarrett D'Amore
26f967d548SGarrett D'Amoreclean:
27f967d548SGarrett D'Amore
28f967d548SGarrett D'Amorelint:	lint_PROG
29f967d548SGarrett D'Amore
30f967d548SGarrett D'Amoreinclude ../Makefile.targ
31