Makefile revision c10c16dec587a0662068f6e2991c29ed3a9db943
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# This file and its contents are supplied under the terms of the
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Common Development and Distribution License ("CDDL"), version 1.0.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# You may only use this file in accordance with the terms of version
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# 1.0 of the CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# A full copy of the text of the CDDL should have accompanied this
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# source. A copy of the CDDL is also available via the Internet
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# at http://www.illumos.org/license/CDDL.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe#
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe# Copyright 2011, Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../../Makefile.master
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANSECT = 2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANFILES = Intro.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe __sparc_utrap_install.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_cond_signal.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_cond_wait.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_info.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_kill.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_mutex_lock.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_self.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_sema_wait.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_suspend.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe access.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe acct.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe acl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe adjtime.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe alarm.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe audit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe auditon.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe brk.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe chdir.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe chmod.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe chown.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe chroot.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe close.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe creat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe dup.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe exec.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe exit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fcntl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fork.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fpathconf.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getacct.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getaudit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getauid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getcontext.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getdents.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getgroups.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getisax.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getitimer.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getlabel.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getmsg.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getpflags.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getpid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getppriv.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getrlimit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getsid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getuid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getustack.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ioctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe issetugid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe kill.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe link.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe llseek.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe lseek.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe memcntl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe meminfo.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mincore.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mkdir.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mknod.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mmap.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mmapobj.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mount.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe mprotect.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgget.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgids.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgrcv.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgsnap.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe msgsnd.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe munmap.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe nice.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ntp_adjtime.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ntp_gettime.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe open.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe p_online.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pause.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pcsample.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pipe.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe poll.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe priocntl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe priocntlset.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe processor_bind.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe processor_info.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe profil.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_bind.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_create.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_info.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_list.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_setattr.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe putmsg.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe read.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe readlink.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rename.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resolvepath.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rmdir.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe semctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe semget.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe semids.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe semop.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setpgid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setpgrp.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setrctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setregid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setreuid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setsid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe settaskid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setuid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe shmctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe shmget.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe shmids.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe shmop.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigaction.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigaltstack.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigpending.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigprocmask.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigsend.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigsuspend.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigwait.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe statvfs.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe stime.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe swapctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe symlink.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sync.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sysfs.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sysinfo.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe time.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe times.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe uadmin.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ulimit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe umask.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe umount.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe uname.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe unlink.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe ustat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe utime.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe utimes.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe uucopy.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe vfork.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe vhangup.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe waitid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe write.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe yield.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANSOFILES = _Exit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _exit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_cond_broadcast.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_cond_reltimedwait.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_cond_timedwait.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_continue.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_mutex_trylock.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_mutex_unlock.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_sema_init.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_sema_post.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe _lwp_sema_trywait.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe execl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe execle.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe execlp.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe execv.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe execve.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe execvp.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe faccessat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe facl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fchdir.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fchmod.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fchown.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fchownat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fchroot.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fgetlabel.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fork1.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe forkall.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe forkallx.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe forkx.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fstat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fstatat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe fstatvfs.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe futimesat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getaudit_addr.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getegid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe geteuid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getgid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getpgid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getpgrp.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getpmsg.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getppid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getprojid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe getrctl.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe gettaskid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe intro.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe lchown.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe lstat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe openat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pathconf.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pread.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_assign.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_destroy.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pset_getattr.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe putacct.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe putpmsg.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe pwrite.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe readv.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe renameat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sbrk.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe semtimedop.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setaudit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setaudit_addr.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setauid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setcontext.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setegid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe seteuid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setgid.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setgroups.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setitimer.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setpflags.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setppriv.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setrlimit.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe setustack.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe shmat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe shmdt.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe sigsendset.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe umount2.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe unlinkat.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe vforkx.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe wracct.2 \
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe writev.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard LoweMANFILES += $(MANSOFILES)
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweintro.2 := SOSRC = man2/Intro.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_cond_broadcast.2 := SOSRC = man2/_lwp_cond_signal.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_cond_reltimedwait.2 := SOSRC = man2/_lwp_cond_wait.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_cond_timedwait.2 := SOSRC = man2/_lwp_cond_wait.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_mutex_trylock.2 := SOSRC = man2/_lwp_mutex_lock.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_mutex_unlock.2 := SOSRC = man2/_lwp_mutex_lock.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_sema_init.2 := SOSRC = man2/_lwp_sema_wait.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_sema_post.2 := SOSRC = man2/_lwp_sema_wait.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_sema_trywait.2 := SOSRC = man2/_lwp_sema_wait.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_lwp_continue.2 := SOSRC = man2/_lwp_suspend.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefaccessat.2 := SOSRC = man2/access.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefacl.2 := SOSRC = man2/acl.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesbrk.2 := SOSRC = man2/brk.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefchdir.2 := SOSRC = man2/chdir.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefchmod.2 := SOSRC = man2/chmod.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefchown.2 := SOSRC = man2/chown.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefchownat.2 := SOSRC = man2/chown.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowelchown.2 := SOSRC = man2/chown.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefchroot.2 := SOSRC = man2/chroot.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweexecl.2 := SOSRC = man2/exec.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweexecle.2 := SOSRC = man2/exec.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweexeclp.2 := SOSRC = man2/exec.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweexecv.2 := SOSRC = man2/exec.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweexecve.2 := SOSRC = man2/exec.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweexecvp.2 := SOSRC = man2/exec.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_Exit.2 := SOSRC = man2/exit.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe_exit.2 := SOSRC = man2/exit.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefork1.2 := SOSRC = man2/fork.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweforkall.2 := SOSRC = man2/fork.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweforkallx.2 := SOSRC = man2/fork.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweforkx.2 := SOSRC = man2/fork.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowepathconf.2 := SOSRC = man2/fpathconf.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweputacct.2 := SOSRC = man2/getacct.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowewracct.2 := SOSRC = man2/getacct.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetaudit_addr.2 := SOSRC = man2/getaudit.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetaudit.2 := SOSRC = man2/getaudit.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetaudit_addr.2 := SOSRC = man2/getaudit.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetauid.2 := SOSRC = man2/getauid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetcontext.2 := SOSRC = man2/getcontext.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetgroups.2 := SOSRC = man2/getgroups.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetitimer.2 := SOSRC = man2/getitimer.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefgetlabel.2 := SOSRC = man2/getlabel.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetpmsg.2 := SOSRC = man2/getmsg.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetpflags.2 := SOSRC = man2/getpflags.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetpgid.2 := SOSRC = man2/getpid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetpgrp.2 := SOSRC = man2/getpid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetppid.2 := SOSRC = man2/getpid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetppriv.2 := SOSRC = man2/getppriv.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetrlimit.2 := SOSRC = man2/getrlimit.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetegid.2 := SOSRC = man2/getuid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegeteuid.2 := SOSRC = man2/getuid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetgid.2 := SOSRC = man2/getuid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetustack.2 := SOSRC = man2/getustack.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweopenat.2 := SOSRC = man2/open.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowepset_assign.2 := SOSRC = man2/pset_create.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowepset_destroy.2 := SOSRC = man2/pset_create.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowepset_getattr.2 := SOSRC = man2/pset_setattr.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweputpmsg.2 := SOSRC = man2/putmsg.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowepread.2 := SOSRC = man2/read.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowereadv.2 := SOSRC = man2/read.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowerenameat.2 := SOSRC = man2/rename.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesemtimedop.2 := SOSRC = man2/semop.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetrctl.2 := SOSRC = man2/setrctl.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegetprojid.2 := SOSRC = man2/settaskid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowegettaskid.2 := SOSRC = man2/settaskid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetegid.2 := SOSRC = man2/setuid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweseteuid.2 := SOSRC = man2/setuid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesetgid.2 := SOSRC = man2/setuid.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweshmat.2 := SOSRC = man2/shmop.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweshmdt.2 := SOSRC = man2/shmop.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowesigsendset.2 := SOSRC = man2/sigsend.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefstat.2 := SOSRC = man2/stat.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefstatat.2 := SOSRC = man2/stat.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowelstat.2 := SOSRC = man2/stat.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefstatvfs.2 := SOSRC = man2/statvfs.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweumount2.2 := SOSRC = man2/umount.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweunlinkat.2 := SOSRC = man2/unlink.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefutimesat.2 := SOSRC = man2/utimes.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowevforkx.2 := SOSRC = man2/vfork.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowepwrite.2 := SOSRC = man2/write.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowewritev.2 := SOSRC = man2/write.2
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe.KEEP_STATE:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinclude ../Makefile.man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Loweinstall: $(ROOTMANFILES)