xref: /illumos-gate/usr/src/man/man3dlpi/Makefile (revision a9478106)
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= 	3dlpi
20
21MANFILES= 	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
42
43MANLINKS=	dlpi_disabmulti.3dlpi	\
44		dlpi_promiscoff.3dlpi
45
46dlpi_disabmulti.3dlpi	:= LINKSRC = dlpi_enabmulti.3dlpi
47
48dlpi_promiscoff.3dlpi	:= LINKSRC = dlpi_promiscon.3dlpi
49
50.KEEP_STATE:
51
52include		$(SRC)/man/Makefile.man
53
54install:	$(ROOTMANFILES) $(ROOTMANLINKS)
55