gcc-6: don't ship info pages
[unleashed-userland.git] / components / meta-packages / mta / Makefile
blob66bed41685a6cb091a5446feb36d762be8a76866
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.
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.
12 # Copyright 2016 Adam Stevko
15 include ../../../make-rules/shared-macros.mk
17 COMPONENT_NAME= mta
18 COMPONENT_FMRI= system/mta
19 COMPONENT_VERSION= 1.0.0
20 COMPONENT_SUMMARY= System MTA daemon
22 include $(WS_MAKE_RULES)/ips.mk
24 download:
26 prep:
28 build:
30 install:
31 [ -d $(PROTO_DIR) ] || mkdir -p $(PROTO_DIR)
33 clean:
34 $(RM) -r $(BUILD_DIR) $(PROTO_DIR)