1c10c16deSRichard Lowe# 2c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the 3c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0. 4c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version 5c10c16deSRichard Lowe# 1.0 of the CDDL. 6c10c16deSRichard Lowe# 7c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this 8c10c16deSRichard Lowe# source. A copy of the CDDL is also available via the Internet 9c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL. 10c10c16deSRichard Lowe# 11c10c16deSRichard Lowe 12ead9bb4bSYuri Pankov# 13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe 14*6aa4fc89SMarcel Telka# Copyright 2014 Nexenta Systems, Inc. All rights reserved. 15ead9bb4bSYuri Pankov# 16c10c16deSRichard Lowe 17a9478106SYuri Pankovinclude $(SRC)/Makefile.master 18c10c16deSRichard Lowe 19c10c16deSRichard LoweMANSECT= 3 20c10c16deSRichard Lowe 21a9478106SYuri PankovMANFILES= Intro.3 \ 22a9478106SYuri Pankov hosts_access.3 23a9478106SYuri Pankov 24a9478106SYuri PankovMANLINKS= intro.3 \ 25*6aa4fc89SMarcel Telka hosts_ctl.3 \ 26*6aa4fc89SMarcel Telka libwrap.3 \ 27*6aa4fc89SMarcel Telka request_init.3 \ 28*6aa4fc89SMarcel Telka request_set.3 29ead9bb4bSYuri Pankov 30a9478106SYuri Pankovintro.3 := LINKSRC = Intro.3 31c10c16deSRichard Lowe 32*6aa4fc89SMarcel Telkahosts_ctl.3 := LINKSRC = hosts_access.3 33a9478106SYuri Pankovlibwrap.3 := LINKSRC = hosts_access.3 34*6aa4fc89SMarcel Telkarequest_init.3 := LINKSRC = hosts_access.3 35*6aa4fc89SMarcel Telkarequest_set.3 := LINKSRC = hosts_access.3 36ead9bb4bSYuri Pankov 37c10c16deSRichard Lowe.KEEP_STATE: 38c10c16deSRichard Lowe 39a9478106SYuri Pankovinclude $(SRC)/man/Makefile.man 40c10c16deSRichard Lowe 41a9478106SYuri Pankovinstall: $(ROOTMANFILES) $(ROOTMANLINKS) 42