Makefile revision 6aa4fc89ec1cf2cdf7d7c3b9ec059802ac9abe65
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# This file and its contents are supplied under the terms of the
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Common Development and Distribution License ("CDDL"), version 1.0.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# You may only use this file in accordance with the terms of version
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# 1.0 of the CDDL.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# A full copy of the text of the CDDL should have accompanied this
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# source. A copy of the CDDL is also available via the Internet
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# at http://www.illumos.org/license/CDDL.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Copyright 2011, Richard Lowe
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster#
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterinclude $(SRC)/Makefile.master
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMANSECT= 3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMANFILES= Intro.3 \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster hosts_access.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan FosterMANLINKS= intro.3 \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster hosts_ctl.3 \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster libwrap.3 \
0c9594d96d580b0cba488fa7d01802fbb49d8a3eCraig McDonnell request_init.3 \
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster request_set.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterintro.3 := LINKSRC = Intro.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterhosts_ctl.3 := LINKSRC = hosts_access.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterlibwrap.3 := LINKSRC = hosts_access.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterrequest_init.3 := LINKSRC = hosts_access.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterrequest_set.3 := LINKSRC = hosts_access.3
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster.KEEP_STATE:
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterinclude $(SRC)/man/Makefile.man
8af80418ba1ec431c8027fa9668e5678658d3611Allan Foster
8af80418ba1ec431c8027fa9668e5678658d3611Allan Fosterinstall: $(ROOTMANFILES) $(ROOTMANLINKS)
0c9594d96d580b0cba488fa7d01802fbb49d8a3eCraig McDonnell