0N/A#
1879N/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#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
1472N/AMANSECT= 3gen
1472N/A
1472N/AMANFILES= bgets.3gen \
0N/A bufsplit.3gen \
0N/A copylist.3gen \
0N/A gmatch.3gen \
1879N/A isencrypt.3gen \
1879N/A mkdirp.3gen \
1879N/A p2open.3gen \
1879N/A pathfind.3gen \
1879N/A regexpr.3gen \
0N/A strccpy.3gen \
0N/A strfind.3gen
0N/A
0N/AMANLINKS= advance.3gen \
0N/A compile.3gen \
0N/A p2close.3gen \
0N/A rmdirp.3gen \
0N/A step.3gen \
0N/A str.3gen \
0N/A strcadd.3gen \
0N/A streadd.3gen \
0N/A strecpy.3gen \
0N/A strrspn.3gen \
0N/A strtrns.3gen
0N/A
0N/Armdirp.3gen := LINKSRC = mkdirp.3gen
0N/A
0N/Ap2close.3gen := LINKSRC = p2open.3gen
0N/A
0N/Aadvance.3gen := LINKSRC = regexpr.3gen
0N/Acompile.3gen := LINKSRC = regexpr.3gen
0N/Astep.3gen := LINKSRC = regexpr.3gen
0N/A
0N/Astrcadd.3gen := LINKSRC = strccpy.3gen
0N/Astreadd.3gen := LINKSRC = strccpy.3gen
0N/Astrecpy.3gen := LINKSRC = strccpy.3gen
0N/A
0N/Astr.3gen := LINKSRC = strfind.3gen
38N/Astrrspn.3gen := LINKSRC = strfind.3gen
0N/Astrtrns.3gen := LINKSRC = strfind.3gen
0N/A
0N/A.KEEP_STATE:
0N/A
1879N/Ainclude $(SRC)/man/Makefile.man
1879N/A
install: $(ROOTMANFILES) $(ROOTMANLINKS)