Alexander Pyhalov
2015-03-31 192287b42755e82cbde2e6a26540f029ffc0ae96
commit | author | age
ca8115 1 #
AS 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
5 #
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
9 #
10
11 #
12 # Copyright 2011 EveryCity Ltd. All rights reserved.
13 #
14
15 include ../../../make-rules/shared-macros.mk
16
17 COMPONENT_NAME=        entire
192287 18 COMPONENT_REVISION=    1
ca8115 19
AS 20 include ../../../make-rules/ips.mk
21
22 download:
23
24 prep:
25
26 build:
27
28 install:
29     [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
30
31 clean:
32     $(RM) -r $(BUILD_DIR) $(PROTO_DIR)