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, OmniTI Computer Consulting, Inc 15# Copyright 2013 Nexenta Systems, Inc. All rights reserved. 16# Copyright (c) 2018, Joyent, Inc. All rights reserved. 17# Copyright 2017 Peter Tribble 18# Copyright 2020 OmniOS Community Edition (OmniOSce) Association. 19# 20 21include $(SRC)/Makefile.master 22 23MANSECT= 2 24 25MANFILES= Intro.2 \ 26 __sparc_utrap_install.2 \ 27 _lwp_cond_signal.2 \ 28 _lwp_cond_wait.2 \ 29 _lwp_info.2 \ 30 _lwp_kill.2 \ 31 _lwp_mutex_lock.2 \ 32 _lwp_self.2 \ 33 _lwp_sema_wait.2 \ 34 _lwp_suspend.2 \ 35 access.2 \ 36 acct.2 \ 37 acl.2 \ 38 adjtime.2 \ 39 alarm.2 \ 40 audit.2 \ 41 auditon.2 \ 42 brk.2 \ 43 chdir.2 \ 44 chmod.2 \ 45 chown.2 \ 46 chroot.2 \ 47 close.2 \ 48 creat.2 \ 49 dup.2 \ 50 exec.2 \ 51 execvex.2 \ 52 exit.2 \ 53 fcntl.2 \ 54 fork.2 \ 55 fpathconf.2 \ 56 getacct.2 \ 57 getaudit.2 \ 58 getauid.2 \ 59 getcontext.2 \ 60 getdents.2 \ 61 getgroups.2 \ 62 getisax.2 \ 63 getitimer.2 \ 64 getmsg.2 \ 65 getpflags.2 \ 66 getpid.2 \ 67 getppriv.2 \ 68 getrandom.2 \ 69 getrlimit.2 \ 70 getsid.2 \ 71 getuid.2 \ 72 getustack.2 \ 73 ioctl.2 \ 74 issetugid.2 \ 75 kill.2 \ 76 link.2 \ 77 llseek.2 \ 78 lseek.2 \ 79 memcntl.2 \ 80 meminfo.2 \ 81 mincore.2 \ 82 mkdir.2 \ 83 mknod.2 \ 84 mmap.2 \ 85 mmapobj.2 \ 86 mount.2 \ 87 mprotect.2 \ 88 msgctl.2 \ 89 msgget.2 \ 90 msgids.2 \ 91 msgrcv.2 \ 92 msgsnap.2 \ 93 msgsnd.2 \ 94 munmap.2 \ 95 nice.2 \ 96 ntp_adjtime.2 \ 97 ntp_gettime.2 \ 98 open.2 \ 99 p_online.2 \ 100 pause.2 \ 101 pcsample.2 \ 102 pipe.2 \ 103 poll.2 \ 104 priocntl.2 \ 105 priocntlset.2 \ 106 processor_bind.2 \ 107 processor_info.2 \ 108 profil.2 \ 109 pset_bind.2 \ 110 pset_create.2 \ 111 pset_info.2 \ 112 pset_list.2 \ 113 pset_setattr.2 \ 114 putmsg.2 \ 115 read.2 \ 116 readlink.2 \ 117 rename.2 \ 118 resolvepath.2 \ 119 rmdir.2 \ 120 semctl.2 \ 121 semget.2 \ 122 semids.2 \ 123 semop.2 \ 124 setpgid.2 \ 125 setpgrp.2 \ 126 setrctl.2 \ 127 setregid.2 \ 128 setreuid.2 \ 129 setsid.2 \ 130 settaskid.2 \ 131 setuid.2 \ 132 shmctl.2 \ 133 shmget.2 \ 134 shmids.2 \ 135 shmop.2 \ 136 sigaction.2 \ 137 sigaltstack.2 \ 138 sigpending.2 \ 139 sigprocmask.2 \ 140 sigsend.2 \ 141 sigsuspend.2 \ 142 sigwait.2 \ 143 stat.2 \ 144 statvfs.2 \ 145 stime.2 \ 146 swapctl.2 \ 147 symlink.2 \ 148 sync.2 \ 149 sysfs.2 \ 150 sysinfo.2 \ 151 time.2 \ 152 times.2 \ 153 uadmin.2 \ 154 ulimit.2 \ 155 umask.2 \ 156 umount.2 \ 157 uname.2 \ 158 unlink.2 \ 159 upanic.2 \ 160 ustat.2 \ 161 utime.2 \ 162 utimes.2 \ 163 uucopy.2 \ 164 vfork.2 \ 165 vhangup.2 \ 166 waitid.2 \ 167 write.2 \ 168 yield.2 \ 169 170.KEEP_STATE: 171 172include $(SRC)/man/Makefile.man 173 174install: $(ROOTMANFILES) $(MANLINK_SRCS) 175 $(MANLINK_INSTALL) 176