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# Copyright 2011, Richard Lowe 13 14include ../../Makefile.master 15 16MANSECT = 7p 17 18MANFILES = arp.7p \ 19 dlpi.7p \ 20 icmp.7p \ 21 icmp6.7p \ 22 if_tcp.7p \ 23 inet.7p \ 24 inet6.7p \ 25 ip.7p \ 26 ip6.7p \ 27 ipsec.7p \ 28 ipsecah.7p \ 29 ipsecesp.7p \ 30 pf_key.7p \ 31 rarp.7p \ 32 route.7p \ 33 routing.7p \ 34 sctp.7p \ 35 sip.7p \ 36 slp.7p \ 37 tcp.7p \ 38 udp.7p 39 40MANSOFILES = AH.7p \ 41 ARP.7p \ 42 ESP.7p \ 43 ICMP.7p \ 44 IP.7p \ 45 RARP.7p \ 46 SCTP.7p \ 47 TCP.7p \ 48 UDP.7p \ 49 if.7p 50 51MANFILES += $(MANSOFILES) 52 53ARP.7p := SOSRC = man7p/arp.7p 54 55ICMP.7p := SOSRC = man7p/icmp.7p 56 57if.7p := SOSRC = man7p/if_tcp.7p 58 59IP.7p := SOSRC = man7p/ip.7p 60 61AH.7p := SOSRC = man7p/ipsecah.7p 62 63ESP.7p := SOSRC = man7p/ipsecesp.7p 64 65RARP.7p := SOSRC = man7p/rarp.7p 66 67SCTP.7p := SOSRC = man7p/sctp.7p 68 69TCP.7p := SOSRC = man7p/tcp.7p 70 71UDP.7p := SOSRC = man7p/udp.7p 72 73.KEEP_STATE: 74 75include ../Makefile.man 76 77install: $(ROOTMANFILES) 78