1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet 9# at http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2011, Richard Lowe 14# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 15# 16 17include $(SRC)/Makefile.master 18 19MANSECT= 7p 20 21MANFILES= arp.7p \ 22 dlpi.7p \ 23 icmp.7p \ 24 icmp6.7p \ 25 if_tcp.7p \ 26 inet.7p \ 27 inet6.7p \ 28 ip.7p \ 29 ip6.7p \ 30 ipsec.7p \ 31 ipsecah.7p \ 32 ipsecesp.7p \ 33 pf_key.7p \ 34 rarp.7p \ 35 route.7p \ 36 routing.7p \ 37 sctp.7p \ 38 sip.7p \ 39 slp.7p \ 40 tcp.7p \ 41 udp.7p 42 43MANLINKS= AH.7p \ 44 ARP.7p \ 45 ESP.7p \ 46 ICMP.7p \ 47 IP.7p \ 48 RARP.7p \ 49 SCTP.7p \ 50 TCP.7p \ 51 UDP.7p \ 52 if.7p 53 54ARP.7p := LINKSRC = arp.7p 55 56ICMP.7p := LINKSRC = icmp.7p 57 58if.7p := LINKSRC = if_tcp.7p 59 60IP.7p := LINKSRC = ip.7p 61 62AH.7p := LINKSRC = ipsecah.7p 63 64ESP.7p := LINKSRC = ipsecesp.7p 65 66RARP.7p := LINKSRC = rarp.7p 67 68SCTP.7p := LINKSRC = sctp.7p 69 70TCP.7p := LINKSRC = tcp.7p 71 72UDP.7p := LINKSRC = udp.7p 73 74.KEEP_STATE: 75 76include $(SRC)/man/Makefile.man 77 78install: $(ROOTMANFILES) $(ROOTMANLINKS) 79