Alexander Pyhalov
2016-04-21 0f7794601f0e8eaa6240d6f2f110db5eddbaeed5
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
18
19 include ../../../make-rules/ips.mk
20
21 download:
22
23 prep:
24
25 build:
26
27 install:
28     [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
29
30 clean:
31     $(RM) -r $(BUILD_DIR) $(PROTO_DIR)