xref: /illumos-gate/usr/src/man/man3elf/Makefile (revision 78a75454a34d2b5e9b2c2967ecdaf9c5d3e6b030)
1c10c16deSRichard Lowe#
2c10c16deSRichard Lowe# This file and its contents are supplied under the terms of the
3c10c16deSRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
4c10c16deSRichard Lowe# You may only use this file in accordance with the terms of version
5c10c16deSRichard Lowe# 1.0 of the CDDL.
6c10c16deSRichard Lowe#
7c10c16deSRichard Lowe# A full copy of the text of the CDDL should have accompanied this
8c10c16deSRichard Lowe# source.  A copy of the CDDL is also available via the Internet
9c10c16deSRichard Lowe# at http://www.illumos.org/license/CDDL.
10c10c16deSRichard Lowe#
11c10c16deSRichard Lowe
12a9478106SYuri Pankov#
13c10c16deSRichard Lowe# Copyright 2011, Richard Lowe
14a9478106SYuri Pankov# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
15a9478106SYuri Pankov#
16c10c16deSRichard Lowe
17a9478106SYuri Pankovinclude		$(SRC)/Makefile.master
18c10c16deSRichard Lowe
19c10c16deSRichard LoweMANSECT=	3elf
20c10c16deSRichard Lowe
21c10c16deSRichard LoweMANFILES=	elf.3elf		\
22c10c16deSRichard Lowe		elf32_checksum.3elf	\
23c10c16deSRichard Lowe		elf32_fsize.3elf	\
24c10c16deSRichard Lowe		elf32_getehdr.3elf	\
25c10c16deSRichard Lowe		elf32_getphdr.3elf	\
26c10c16deSRichard Lowe		elf32_getshdr.3elf	\
27c10c16deSRichard Lowe		elf32_xlatetof.3elf	\
28c10c16deSRichard Lowe		elf_begin.3elf		\
29c10c16deSRichard Lowe		elf_cntl.3elf		\
30c10c16deSRichard Lowe		elf_errmsg.3elf		\
31c10c16deSRichard Lowe		elf_fill.3elf		\
32c10c16deSRichard Lowe		elf_flagdata.3elf	\
33c10c16deSRichard Lowe		elf_getarhdr.3elf	\
34c10c16deSRichard Lowe		elf_getarsym.3elf	\
35c10c16deSRichard Lowe		elf_getbase.3elf	\
36c10c16deSRichard Lowe		elf_getdata.3elf	\
37c10c16deSRichard Lowe		elf_getident.3elf	\
38c10c16deSRichard Lowe		elf_getscn.3elf		\
39c10c16deSRichard Lowe		elf_hash.3elf		\
40c10c16deSRichard Lowe		elf_kind.3elf		\
41c10c16deSRichard Lowe		elf_rawfile.3elf	\
42c10c16deSRichard Lowe		elf_strptr.3elf		\
43c10c16deSRichard Lowe		elf_update.3elf		\
44c10c16deSRichard Lowe		elf_version.3elf	\
45c10c16deSRichard Lowe		gelf.3elf		\
46c10c16deSRichard Lowe		nlist.3elf
47c10c16deSRichard Lowe
48c10c16deSRichard Lowe.KEEP_STATE:
49c10c16deSRichard Lowe
50a9478106SYuri Pankovinclude		$(SRC)/man/Makefile.man
51c10c16deSRichard Lowe
52*78a75454SPatrick Mooneyinstall:	$(ROOTMANFILES) $(MANLINK_SRCS)
53*78a75454SPatrick Mooney	$(MANLINK_INSTALL)
54