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