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= 3elf 20 21MANFILES= elf.3elf \ 22 elf32_checksum.3elf \ 23 elf32_fsize.3elf \ 24 elf32_getehdr.3elf \ 25 elf32_getphdr.3elf \ 26 elf32_getshdr.3elf \ 27 elf32_xlatetof.3elf \ 28 elf_begin.3elf \ 29 elf_cntl.3elf \ 30 elf_errmsg.3elf \ 31 elf_fill.3elf \ 32 elf_flagdata.3elf \ 33 elf_getarhdr.3elf \ 34 elf_getarsym.3elf \ 35 elf_getbase.3elf \ 36 elf_getdata.3elf \ 37 elf_getident.3elf \ 38 elf_getscn.3elf \ 39 elf_hash.3elf \ 40 elf_kind.3elf \ 41 elf_rawfile.3elf \ 42 elf_strptr.3elf \ 43 elf_update.3elf \ 44 elf_version.3elf \ 45 gelf.3elf \ 46 nlist.3elf 47 48.KEEP_STATE: 49 50include $(SRC)/man/Makefile.man 51 52install: $(ROOTMANFILES) $(MANLINK_SRCS) 53 $(MANLINK_INSTALL) 54