diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-01 23:07:55 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-04-01 23:07:55 +0000 |
| commit | 72daaae38315ddfbe9d68785793ff61dd48129fd (patch) | |
| tree | 8a7378b1cc7f951afd7400cb33ff2453407cecf3 /lib/libc | |
| parent | f7000016dff4e6dd542e2c504db7c880d8cb0c2d (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 5fadea25f3ed..bc090eb8f029 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 |
