0N/A#
5415N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet
0N/A# at http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2011, Richard Lowe
0N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
0N/A# Copyright 2014 Andrew Stormont.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
2362N/A
2362N/AMANSECT= 3uuid
2362N/A
0N/AMANFILES= uuid_clear.3uuid
0N/A
0N/AMANLINKS= uuid_compare.3uuid \
5415N/A uuid_copy.3uuid \
0N/A uuid_generate.3uuid \
4667N/A uuid_generate_random.3uuid \
0N/A uuid_generate_time.3uuid \
0N/A uuid_is_null.3uuid \
0N/A uuid_parse.3uuid \
0N/A uuid_time.3uuid \
0N/A uuid_unparse.3uuid \
0N/A uuid_unparse_lower.3uuid \
0N/A uuid_unparse_upper.3uuid
0N/A
0N/Auuid_compare.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_copy.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_generate.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_generate_random.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_generate_time.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_is_null.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_parse.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_time.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_unparse.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_unparse_lower.3uuid := LINKSRC = uuid_clear.3uuid
0N/Auuid_unparse_upper.3uuid := LINKSRC = uuid_clear.3uuid
0N/A
0N/A.KEEP_STATE:
0N/A
4667N/Ainclude $(SRC)/man/Makefile.man
0N/A
0N/Ainstall: $(ROOTMANFILES) $(ROOTMANLINKS)
0N/A