summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-04-01 23:07:55 +0000
committerache <ache@FreeBSD.org>1997-04-01 23:07:55 +0000
commit31ef1e437de118935de5eab2e38baadd8d88b4ae (patch)
treeaa9495219549e03baf3abd545074b186d624755f /lib/libc/sys/Makefile.inc
parentae0c6c044efb95985c45d3bb01ead63e322a7bbb (diff)
downloadFreeBSD-src-31ef1e437de118935de5eab2e38baadd8d88b4ae.zip
FreeBSD-src-31ef1e437de118935de5eab2e38baadd8d88b4ae.tar.gz
Link chown with lchown
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 5fadea2..bc090eb 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud