10139N/A#
10139N/A# This file and its contents are supplied under the terms of the
10139N/A# Common Development and Distribution License ("CDDL"), version 1.0.
12198N/A# You may only use this file in accordance with the terms of version
10139N/A# 1.0 of the CDDL.
10139N/A#
10139N/A# A full copy of the text of the CDDL should have accompanied this
17596N/A# source. A copy of the CDDL is also available via the Internet
10139N/A# at http://www.illumos.org/license/CDDL.
17180N/A#
17180N/A
17180N/A#
10139N/A# Copyright 2011, Richard Lowe
10139N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
10139N/A#
10139N/A
17394N/Ainclude $(SRC)/Makefile.master
12578N/A
10139N/AMANSECT= 3fstyp
10139N/A
10139N/AMANFILES= fstyp_get_attr.3fstyp \
17394N/A fstyp_ident.3fstyp \
11419N/A fstyp_init.3fstyp \
10139N/A fstyp_mod_init.3fstyp \
11419N/A fstyp_strerror.3fstyp
10139N/A
10142N/AMANLINKS= fstyp_fini.3fstyp \
10142N/A fstyp_mod_dump.3fstyp \
10244N/A fstyp_mod_fini.3fstyp \
14429N/A fstyp_mod_get_attr.3fstyp \
14429N/A fstyp_mod_ident.3fstyp
12773N/A
14444N/Afstyp_fini.3fstyp := LINKSRC = fstyp_init.3fstyp
12773N/A
11419N/Afstyp_mod_dump.3fstyp := LINKSRC = fstyp_mod_init.3fstyp
10139N/Afstyp_mod_fini.3fstyp := LINKSRC = fstyp_mod_init.3fstyp
10139N/Afstyp_mod_get_attr.3fstyp := LINKSRC = fstyp_mod_init.3fstyp
11419N/Afstyp_mod_ident.3fstyp := LINKSRC = fstyp_mod_init.3fstyp
11437N/A
11962N/A.KEEP_STATE:
11437N/A
11437N/Ainclude $(SRC)/man/Makefile.man
10139N/A
10139N/Ainstall: $(ROOTMANFILES) $(ROOTMANLINKS)
10139N/A