0N/A#
2722N/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#
2362N/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
2362N/A# at http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright 2011, Richard Lowe
0N/A# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
0N/AMANSECT= 3
0N/A
2362N/AMANFILES= Intro.3 \
2362N/A hosts_access.3
2362N/A
0N/AMANLINKS= intro.3 \
0N/A hosts_ctl.3 \
0N/A libwrap.3 \
0N/A request_init.3 \
0N/A request_set.3
0N/A
0N/Aintro.3 := LINKSRC = Intro.3
0N/A
0N/Ahosts_ctl.3 := LINKSRC = hosts_access.3
0N/Alibwrap.3 := LINKSRC = hosts_access.3
0N/Arequest_init.3 := LINKSRC = hosts_access.3
0N/Arequest_set.3 := LINKSRC = hosts_access.3
0N/A
0N/A.KEEP_STATE:
0N/A
0N/Ainclude $(SRC)/man/Makefile.man
0N/A
0N/Ainstall: $(ROOTMANFILES) $(ROOTMANLINKS)
0N/A