aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/Makefile.inc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-04-08 06:58:48 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-04-08 06:58:48 +0000
commit779b2ff010a6768ad85bdc712b4aed6c499063d4 (patch)
tree7b22c16353891229490e843c7d80df621dae9f90 /lib/libc/sys/Makefile.inc
parenta147ff0916d102238437e77efbc3d88f7354785c (diff)
downloadsrc-779b2ff010a6768ad85bdc712b4aed6c499063d4.tar.gz
src-779b2ff010a6768ad85bdc712b4aed6c499063d4.zip
Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).
Notes
Notes: svn path=/head/; revision=75307
Diffstat (limited to 'lib/libc/sys/Makefile.inc')
-rw-r--r--lib/libc/sys/Makefile.inc7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc
index 93f981291cc7..87d4aeba9581 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libc/sys/Makefile.inc
@@ -92,8 +92,11 @@ MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
MLINKS+=chown.2 fchown.2 chown.2 lchown.2
MLINKS+=clock_gettime.2 clock_getres.2 clock_gettime.2 clock_settime.2
MLINKS+=dup.2 dup2.2
-MLINKS+=extattr_get_file.2 extattr_set_file.2 extattr_get_file.2 \
- extattr_delete_file.2
+MLINKS+=extattr_get_file.2 extattr_set_file.2 \
+ extattr_get_file.2 extattr_delete_file.2 \
+ extattr_get_file.2 extattr_get_fd.2 \
+ extattr_get_file.2 extattr_set_fd.2 \
+ extattr_get_file.2 extattr_delete_fd.2
MLINKS+=fhopen.2 fhstat.2 fhopen.2 fhstatfs.2
MLINKS+=getdirentries.2 getdents.2
MLINKS+=getgid.2 getegid.2