summaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-01-26 23:36:14 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-01-26 23:36:14 +0000
commit14a0328741db3d28f9294971a1dee55b5e721513 (patch)
treecaeab534b2461dce8013f2d447de4a9a4d0f2a82 /lib/libc/sys/Makefile.inc
parent30e760897302dcdba5fbb9414ed5866459f94e24 (diff)
Add a link for lchown.2
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 2aa857aec8f..e76f8a2711e 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -133,6 +133,7 @@ MLINKS+=chdir.2 fchdir.2
MLINKS+=chflags.2 fchflags.2
MLINKS+=chmod.2 fchmod.2
MLINKS+=chown.2 fchown.2
+MLINKS+=chown.2 lchown.2
MLINKS+=getgid.2 getegid.2
MLINKS+=getitimer.2 setitimer.2
MLINKS+=getlogin.2 setlogin.2