xref: /illumos-gate/usr/src/cmd/growfs/Makefile (revision 9717555d)
1*9717555dSYuri Pankov#
2*9717555dSYuri Pankov# This file and its contents are supplied under the terms of the
3*9717555dSYuri Pankov# Common Development and Distribution License ("CDDL"), version 1.0.
4*9717555dSYuri Pankov# You may only use this file in accordance with the terms of version
5*9717555dSYuri Pankov# 1.0 of the CDDL.
6*9717555dSYuri Pankov#
7*9717555dSYuri Pankov# A full copy of the text of the CDDL should have accompanied this
8*9717555dSYuri Pankov# source.  A copy of the CDDL is also available via the Internet at
9*9717555dSYuri Pankov# http://www.illumos.org/license/CDDL.
10*9717555dSYuri Pankov#
11*9717555dSYuri Pankov
12*9717555dSYuri Pankov#
13*9717555dSYuri Pankov# Copyright 2016 Nexenta Systems, Inc.
14*9717555dSYuri Pankov#
15*9717555dSYuri Pankov
16*9717555dSYuri PankovPROG=		growfs
17*9717555dSYuri Pankov
18*9717555dSYuri Pankovinclude		$(SRC)/cmd/Makefile.cmd
19*9717555dSYuri Pankov
20*9717555dSYuri Pankov.KEEP_STATE:
21*9717555dSYuri Pankov
22*9717555dSYuri Pankovall:		$(PROG)
23*9717555dSYuri Pankov
24*9717555dSYuri Pankovclean:
25*9717555dSYuri Pankov
26*9717555dSYuri Pankovinstall:	$(ROOTUSRSBINPROG)
27*9717555dSYuri Pankov
28*9717555dSYuri Pankovinclude		$(SRC)/cmd/Makefile.targ
29