Link chown with lchown

This commit is contained in:
ache 1997-04-01 23:07:55 +00:00
parent ae0c6c044e
commit 31ef1e437d

View File

@ -1,5 +1,5 @@
# @(#)Makefile.inc 8.3 (Berkeley) 10/24/94
# $Id: Makefile.inc,v 1.25 1997/03/31 15:43:22 peter Exp $
# $Id: Makefile.inc,v 1.26 1997/04/01 22:57:56 ache Exp $
# sys sources
.PATH: ${.CURDIR}/${MACHINE}/sys ${.CURDIR}/sys
@ -114,7 +114,7 @@ MLINKS+=dup.2 dup2.2
MLINKS+=chdir.2 fchdir.2
MLINKS+=chflags.2 fchflags.2
MLINKS+=chmod.2 fchmod.2
MLINKS+=chown.2 fchown.2
MLINKS+=chown.2 fchown.2 chown.2 lchown.2
MLINKS+=getgid.2 getegid.2
MLINKS+=getitimer.2 setitimer.2
MLINKS+=getlogin.2 setlogin.2