8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man7p / Makefile
blob13cb58770d504da756b5b6a0b1fa778ffc03ad71
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.
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.
13 # Copyright 2011, Richard Lowe
14 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
17 include $(SRC)/Makefile.master
19 MANSECT= 7p
21 MANFILES= 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
44 MANLINKS= 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
56 ARP.7p := LINKSRC = arp.7p
58 ICMP.7p := LINKSRC = icmp.7p
60 if.7p := LINKSRC = if_tcp.7p
62 IP.7p := LINKSRC = ip.7p
64 AH.7p := LINKSRC = ipsecah.7p
66 ESP.7p := LINKSRC = ipsecesp.7p
68 NDP.7p := LINKSRC = ndp.7p
70 RARP.7p := LINKSRC = rarp.7p
72 SCTP.7p := LINKSRC = sctp.7p
74 TCP.7p := LINKSRC = tcp.7p
76 UDP.7p := LINKSRC = udp.7p
78 .KEEP_STATE:
80 include $(SRC)/man/Makefile.man
82 install: $(ROOTMANFILES) $(ROOTMANLINKS)