Makefile revision a9478106a12424322498e53cf7cd75bd8a4d6004
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.
10139N/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
10139N/A# source. A copy of the CDDL is also available via the Internet
10139N/A# at http://www.illumos.org/license/CDDL.
10139N/A#
10139N/A
10139N/A#
10139N/A# Copyright 2011, Richard Lowe
10139N/A# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
10139N/A#
10139N/A
10139N/Ainclude $(SRC)/Makefile.master
10139N/A
10139N/AMANSECT= 3fstyp
10139N/A
10139N/AMANFILES= fstyp_get_attr.3fstyp \
10139N/A fstyp_ident.3fstyp \
10139N/A fstyp_init.3fstyp \
10139N/A fstyp_mod_init.3fstyp \
10139N/A fstyp_strerror.3fstyp
10139N/A
10139N/AMANLINKS= fstyp_fini.3fstyp \
10139N/A fstyp_mod_dump.3fstyp \
10139N/A fstyp_mod_fini.3fstyp \
10139N/A fstyp_mod_get_attr.3fstyp \
10139N/A fstyp_mod_ident.3fstyp
10139N/A
10139N/Afstyp_fini.3fstyp := LINKSRC = fstyp_init.3fstyp
10139N/A
10139N/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
10139N/Afstyp_mod_ident.3fstyp := LINKSRC = fstyp_mod_init.3fstyp
10139N/A
10139N/A.KEEP_STATE:
10139N/A
10139N/Ainclude $(SRC)/man/Makefile.man
10139N/A
10139N/Ainstall: $(ROOTMANFILES) $(ROOTMANLINKS)
10139N/A