summaryrefslogtreecommitdiff
path: root/usr/src/man/man7p/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man7p/Makefile')
-rw-r--r--usr/src/man/man7p/Makefile86
1 files changed, 0 insertions, 86 deletions
diff --git a/usr/src/man/man7p/Makefile b/usr/src/man/man7p/Makefile
deleted file mode 100644
index 9186b1ac20..0000000000
--- a/usr/src/man/man7p/Makefile
+++ /dev/null
@@ -1,86 +0,0 @@
-#
-# This file and its contents are supplied under the terms of the
-# Common Development and Distribution License ("CDDL"), version 1.0.
-# You may only use this file in accordance with the terms of version
-# 1.0 of the CDDL.
-#
-# A full copy of the text of the CDDL should have accompanied this
-# source. A copy of the CDDL is also available via the Internet
-# at http://www.illumos.org/license/CDDL.
-#
-
-#
-# Copyright 2011, Richard Lowe
-# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
-#
-
-include $(SRC)/Makefile.master
-
-MANSECT= 7p
-
-MANFILES= arp.7p \
- dlpi.7p \
- icmp.7p \
- icmp6.7p \
- if_tcp.7p \
- inet.7p \
- inet6.7p \
- ip.7p \
- ip6.7p \
- ipsec.7p \
- ipsecah.7p \
- ipsecesp.7p \
- ndp.7p \
- pf_key.7p \
- rarp.7p \
- route.7p \
- routing.7p \
- sctp.7p \
- sip.7p \
- slp.7p \
- tcp.7p \
- udp.7p \
- vxlan.7p
-
-MANLINKS= AH.7p \
- ARP.7p \
- ESP.7p \
- ICMP.7p \
- IP.7p \
- NDP.7p \
- RARP.7p \
- SCTP.7p \
- TCP.7p \
- UDP.7p \
- VXLAN.7p \
- if.7p
-
-ARP.7p := LINKSRC = arp.7p
-
-ICMP.7p := LINKSRC = icmp.7p
-
-if.7p := LINKSRC = if_tcp.7p
-
-IP.7p := LINKSRC = ip.7p
-
-AH.7p := LINKSRC = ipsecah.7p
-
-ESP.7p := LINKSRC = ipsecesp.7p
-
-NDP.7p := LINKSRC = ndp.7p
-
-RARP.7p := LINKSRC = rarp.7p
-
-SCTP.7p := LINKSRC = sctp.7p
-
-TCP.7p := LINKSRC = tcp.7p
-
-UDP.7p := LINKSRC = udp.7p
-
-VXLAN.7p := LINKSRC = vxlan.7p
-
-.KEEP_STATE:
-
-include $(SRC)/man/Makefile.man
-
-install: $(ROOTMANFILES) $(ROOTMANLINKS)