3600 edit(1) is a bad .so reference
[illumos-gate.git] / usr / src / man / man3dlpi / Makefile
blobcdd24216bd5ac2434988cf6a6ac53e3a6192e1d6
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= 3dlpi
21 MANFILES= dlpi_arptype.3dlpi \
22 dlpi_bind.3dlpi \
23 dlpi_close.3dlpi \
24 dlpi_disabnotify.3dlpi \
25 dlpi_enabmulti.3dlpi \
26 dlpi_enabnotify.3dlpi \
27 dlpi_fd.3dlpi \
28 dlpi_get_physaddr.3dlpi \
29 dlpi_iftype.3dlpi \
30 dlpi_info.3dlpi \
31 dlpi_linkname.3dlpi \
32 dlpi_mactype.3dlpi \
33 dlpi_open.3dlpi \
34 dlpi_promiscon.3dlpi \
35 dlpi_recv.3dlpi \
36 dlpi_send.3dlpi \
37 dlpi_set_physaddr.3dlpi \
38 dlpi_set_timeout.3dlpi \
39 dlpi_strerror.3dlpi \
40 dlpi_unbind.3dlpi \
41 dlpi_walk.3dlpi
43 MANLINKS= dlpi_disabmulti.3dlpi \
44 dlpi_promiscoff.3dlpi
46 dlpi_disabmulti.3dlpi := LINKSRC = dlpi_enabmulti.3dlpi
48 dlpi_promiscoff.3dlpi := LINKSRC = dlpi_promiscon.3dlpi
50 .KEEP_STATE:
52 include $(SRC)/man/Makefile.man
54 install: $(ROOTMANFILES) $(ROOTMANLINKS)