Makefile (06fee912be69e798e3d620364017ffad51c650ed) Makefile (f2c438c5058c64b7373448f239156bf60009abcb)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2011, Richard Lowe
14# Copyright 2018 Nexenta Systems, Inc.
15# Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
16# Copyright 2014 Garrett D'Amore <garrett@damore.org>
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source. A copy of the CDDL is also available via the Internet
9# at http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2011, Richard Lowe
14# Copyright 2018 Nexenta Systems, Inc.
15# Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
16# Copyright 2014 Garrett D'Amore <garrett@damore.org>
17# Copyright 2018 Joyent, Inc.
17# Copyright 2020 Joyent, Inc.
18# Copyright 2018 Jason King
19# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
20#
21
22include $(SRC)/Makefile.master
23
24MANSECT= 3c
25

--- 141 unchanged lines hidden (view full) ---

167 getcpuid.3c \
168 getcwd.3c \
169 getdate.3c \
170 getdtablesize.3c \
171 getentropy.3c \
172 getenv.3c \
173 getexecname.3c \
174 getgrnam.3c \
18# Copyright 2018 Jason King
19# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
20#
21
22include $(SRC)/Makefile.master
23
24MANSECT= 3c
25

--- 141 unchanged lines hidden (view full) ---

167 getcpuid.3c \
168 getcwd.3c \
169 getdate.3c \
170 getdtablesize.3c \
171 getentropy.3c \
172 getenv.3c \
173 getexecname.3c \
174 getgrnam.3c \
175 getgrouplist.3c \
175 gethostid.3c \
176 gethostname.3c \
177 gethrtime.3c \
178 getline.3c \
179 getloadavg.3c \
180 getlogin.3c \
181 getmntent.3c \
182 getnetgrent.3c \

--- 2427 unchanged lines hidden ---
176 gethostid.3c \
177 gethostname.3c \
178 gethrtime.3c \
179 getline.3c \
180 getloadavg.3c \
181 getlogin.3c \
182 getmntent.3c \
183 getnetgrent.3c \

--- 2427 unchanged lines hidden ---