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= 4p 20 21MANFILES= arp.4p \ 22 dlpi.4p \ 23 icmp.4p \ 24 icmp6.4p \ 25 if_tcp.4p \ 26 inet.4p \ 27 inet6.4p \ 28 ip.4p \ 29 ip6.4p \ 30 ipsec.4p \ 31 ipsecah.4p \ 32 ipsecesp.4p \ 33 ndp.4p \ 34 pf_key.4p \ 35 rarp.4p \ 36 route.4p \ 37 routing.4p \ 38 sctp.4p \ 39 sip.4p \ 40 slp.4p \ 41 tcp.4p \ 42 udp.4p \ 43 vxlan.4p 44 45MANLINKS= AH.4p \ 46 ARP.4p \ 47 ESP.4p \ 48 ICMP.4p \ 49 IP.4p \ 50 NDP.4p \ 51 RARP.4p \ 52 SCTP.4p \ 53 TCP.4p \ 54 UDP.4p \ 55 VXLAN.4p \ 56 if.4p 57 58ARP.4p := LINKSRC = arp.4p 59 60ICMP.4p := LINKSRC = icmp.4p 61 62if.4p := LINKSRC = if_tcp.4p 63 64IP.4p := LINKSRC = ip.4p 65 66AH.4p := LINKSRC = ipsecah.4p 67 68ESP.4p := LINKSRC = ipsecesp.4p 69 70NDP.4p := LINKSRC = ndp.4p 71 72RARP.4p := LINKSRC = rarp.4p 73 74SCTP.4p := LINKSRC = sctp.4p 75 76TCP.4p := LINKSRC = tcp.4p 77 78UDP.4p := LINKSRC = udp.4p 79 80VXLAN.4p := LINKSRC = vxlan.4p 81 82.KEEP_STATE: 83 84include $(SRC)/man/Makefile.man 85 86install: $(ROOTMANFILES) $(ROOTMANLINKS) 87