summaryrefslogtreecommitdiff
path: root/usr/src/man/man2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man2/Makefile')
-rw-r--r--usr/src/man/man2/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/man/man2/Makefile b/usr/src/man/man2/Makefile
index 556de2d03b..8f664a56fc 100644
--- a/usr/src/man/man2/Makefile
+++ b/usr/src/man/man2/Makefile
@@ -15,6 +15,7 @@
# Copyright 2013 Nexenta Systems, Inc. All rights reserved.
# Copyright (c) 2018, Joyent, Inc. All rights reserved.
# Copyright 2017 Peter Tribble
+# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
#
include $(SRC)/Makefile.master
@@ -196,6 +197,7 @@ MANLINKS= _Exit.2 \
fstat.2 \
fstatat.2 \
fstatvfs.2 \
+ futimes.2 \
futimesat.2 \
futimens.2 \
getaudit_addr.2 \
@@ -213,6 +215,7 @@ MANLINKS= _Exit.2 \
lchown.2 \
linkat.2 \
lstat.2 \
+ lutimes.2 \
mkdirat.2 \
mknodat.2 \
openat.2 \
@@ -396,7 +399,9 @@ umount2.2 := LINKSRC = umount.2
unlinkat.2 := LINKSRC = unlink.2
futimens.2 := LINKSRC = utimes.2
+futimes.2 := LINKSRC = utimes.2
futimesat.2 := LINKSRC = utimes.2
+lutimes.2 := LINKSRC = utimes.2
utimensat.2 := LINKSRC = utimes.2
vforkx.2 := LINKSRC = vfork.2