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 ndp.7p \ 34 pf_key.7p \ 35 rarp.7p \ 36 route.7p \ 37 routing.7p \ 38 sctp.7p \ 39 sip.7p \ 40 slp.7p \ 41 tcp.7p \ 42 udp.7p 43 44MANLINKS= AH.7p \ 45 ARP.7p \ 46 ESP.7p \ 47 ICMP.7p \ 48 IP.7p \ 49 NDP.7p \ 50 RARP.7p \ 51 SCTP.7p \ 52 TCP.7p \ 53 UDP.7p \ 54 if.7p 55 56ARP.7p := LINKSRC = arp.7p 57 58ICMP.7p := LINKSRC = icmp.7p 59 60if.7p := LINKSRC = if_tcp.7p 61 62IP.7p := LINKSRC = ip.7p 63 64AH.7p := LINKSRC = ipsecah.7p 65 66ESP.7p := LINKSRC = ipsecesp.7p 67 68NDP.7p := LINKSRC = ndp.7p 69 70RARP.7p := LINKSRC = rarp.7p 71 72SCTP.7p := LINKSRC = sctp.7p 73 74TCP.7p := LINKSRC = tcp.7p 75 76UDP.7p := LINKSRC = udp.7p 77 78.KEEP_STATE: 79 80include $(SRC)/man/Makefile.man 81 82install: $(ROOTMANFILES) $(ROOTMANLINKS) 83