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# Copyright 2014 Garrett D'Amore <garrett@damore.org> 16# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. 17# 18 19include $(SRC)/Makefile.master 20 21MANSECT= 3head 22 23MANFILES= acct.h.3head \ 24 aio.h.3head \ 25 ar.h.3head \ 26 archives.h.3head \ 27 assert.h.3head \ 28 complex.h.3head \ 29 cpio.h.3head \ 30 dirent.h.3head \ 31 endian.h.3head \ 32 errno.h.3head \ 33 fcntl.h.3head \ 34 fenv.h.3head \ 35 float.h.3head \ 36 floatingpoint.h.3head \ 37 fmtmsg.h.3head \ 38 fnmatch.h.3head \ 39 ftw.h.3head \ 40 glob.h.3head \ 41 grp.h.3head \ 42 iconv.h.3head \ 43 if.h.3head \ 44 in.h.3head \ 45 inet.h.3head \ 46 inttypes.h.3head \ 47 ipc.h.3head \ 48 iso646.h.3head \ 49 langinfo.h.3head \ 50 libgen.h.3head \ 51 libintl.h.3head \ 52 limits.h.3head \ 53 locale.h.3head \ 54 math.h.3head \ 55 mman.h.3head \ 56 monetary.h.3head \ 57 mqueue.h.3head \ 58 msg.h.3head \ 59 ndbm.h.3head \ 60 netdb.h.3head \ 61 nl_types.h.3head \ 62 poll.h.3head \ 63 pthread.h.3head \ 64 pwd.h.3head \ 65 queue.h.3head \ 66 regex.h.3head \ 67 resource.h.3head \ 68 sched.h.3head \ 69 search.h.3head \ 70 select.h.3head \ 71 sem.h.3head \ 72 semaphore.h.3head \ 73 setjmp.h.3head \ 74 shm.h.3head \ 75 siginfo.h.3head \ 76 signal.h.3head \ 77 socket.h.3head \ 78 spawn.h.3head \ 79 stat.h.3head \ 80 statvfs.h.3head \ 81 stdbit.h.3head \ 82 stdbool.h.3head \ 83 stddef.h.3head \ 84 stdint.h.3head \ 85 stdio.h.3head \ 86 stdlib.h.3head \ 87 string.h.3head \ 88 strings.h.3head \ 89 stropts.h.3head \ 90 syslog.h.3head \ 91 tar.h.3head \ 92 tcp.h.3head \ 93 termios.h.3head \ 94 tgmath.h.3head \ 95 time.h.3head \ 96 timeb.h.3head \ 97 times.h.3head \ 98 timespec.3head \ 99 types.h.3head \ 100 types32.h.3head \ 101 uchar.h.3head \ 102 ucontext.h.3head \ 103 uio.h.3head \ 104 ulimit.h.3head \ 105 un.h.3head \ 106 unistd.h.3head \ 107 upanic.h.3head \ 108 utime.h.3head \ 109 utmpx.h.3head \ 110 utsname.h.3head \ 111 values.h.3head \ 112 wait.h.3head \ 113 wchar.h.3head \ 114 wctype.h.3head \ 115 wordexp.h.3head \ 116 xlocale.h.3head 117 118.KEEP_STATE: 119 120include $(SRC)/man/Makefile.man 121 122install: $(ROOTMANFILES) $(MANLINK_SRCS) 123 $(MANLINK_INSTALL) 124