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 = 3dlpi 17 18MANFILES = dlpi_arptype.3dlpi \ 19 dlpi_bind.3dlpi \ 20 dlpi_close.3dlpi \ 21 dlpi_disabnotify.3dlpi \ 22 dlpi_enabmulti.3dlpi \ 23 dlpi_enabnotify.3dlpi \ 24 dlpi_fd.3dlpi \ 25 dlpi_get_physaddr.3dlpi \ 26 dlpi_iftype.3dlpi \ 27 dlpi_info.3dlpi \ 28 dlpi_linkname.3dlpi \ 29 dlpi_mactype.3dlpi \ 30 dlpi_open.3dlpi \ 31 dlpi_promiscon.3dlpi \ 32 dlpi_recv.3dlpi \ 33 dlpi_send.3dlpi \ 34 dlpi_set_physaddr.3dlpi \ 35 dlpi_set_timeout.3dlpi \ 36 dlpi_strerror.3dlpi \ 37 dlpi_unbind.3dlpi \ 38 dlpi_walk.3dlpi 39 40MANSOFILES = dlpi_disabmulti.3dlpi \ 41 dlpi_promiscoff.3dlpi 42 43MANFILES += $(MANSOFILES) 44 45dlpi_disabmulti.3dlpi := SOSRC = man3dlpi/dlpi_enabmulti.3dlpi 46 47dlpi_promiscoff.3dlpi := SOSRC = man3dlpi/dlpi_promiscon.3dlpi 48 49.KEEP_STATE: 50 51include ../Makefile.man 52 53install: $(ROOTMANFILES) 54 55 56