From: deraadt Date: Wed, 26 Mar 1997 05:11:54 +0000 (+0000) Subject: install ktrace(2) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e4c5ab017e802014ec054ec29f61fae8b6ecc9e1;p=openbsd install ktrace(2) --- diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index e76f8a2711e..521f78fedd4 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -112,7 +112,7 @@ MAN+= accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chflags.2 \ getgid.2 getgroups.2 getitimer.2 getlogin.2 getpeername.2 getpgrp.2 \ getpid.2 getpriority.2 getrlimit.2 getrusage.2 getsockname.2 \ getsockopt.2 gettimeofday.2 getuid.2 intro.2 issetugid.2 ioctl.2 \ - kill.2 link.2 \ + kill.2 ktrace.2 link.2 \ listen.2 lseek.2 mkdir.2 mkfifo.2 mknod.2 madvise.2 mincore.2 \ minherit.2 mlock.2 \ mmap.2 mount.2 mprotect.2 msync.2 munmap.2 nfssvc.2 open.2 pathconf.2 \