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 2016 Joyent, Inc.
18 #
19
20 include $(SRC)/Makefile.master
21
22 MANSECT= 3c
23
24 MANFILES= __fbufsize.3c \
25 _longjmp.3c \
26 _stack_grow.3c \
27 a64l.3c \
28 abort.3c \
29 abs.3c \
30 addsev.3c \
31 addseverity.3c \
32 aio_cancel.3c \
33 aio_error.3c \
34 aio_fsync.3c \
35 aio_read.3c \
36 aio_return.3c \
37 aio_suspend.3c \
160 fwrite.3c \
161 fwscanf.3c \
162 get_nprocs.3c \
163 getcpuid.3c \
164 getcwd.3c \
165 getdate.3c \
166 getdtablesize.3c \
167 getentropy.3c \
168 getenv.3c \
169 getexecname.3c \
170 getgrnam.3c \
171 gethostid.3c \
172 gethostname.3c \
173 gethrtime.3c \
174 getline.3c \
175 getloadavg.3c \
176 getlogin.3c \
177 getmntent.3c \
178 getnetgrent.3c \
179 getopt.3c \
180 getpagesize.3c \
181 getpagesizes.3c \
182 getpass.3c \
183 getpeerucred.3c \
184 getpriority.3c \
185 getprogname.3c \
186 getpw.3c \
187 getpwnam.3c \
188 getrusage.3c \
189 gets.3c \
190 getspnam.3c \
191 getsubopt.3c \
192 gettext.3c \
193 gettimeofday.3c \
194 gettxt.3c \
195 getusershell.3c \
196 getutent.3c \
197 getutxent.3c \
198 getvfsent.3c \
199 getwc.3c \
836 gconvert.3c \
837 gcvt.3c \
838 get_nprocs_conf.3c \
839 getattrat.3c \
840 getc.3c \
841 getc_unlocked.3c \
842 getchar.3c \
843 getchar_unlocked.3c \
844 getdelim.3c \
845 getextmntent.3c \
846 getgrent.3c \
847 getgrent_r.3c \
848 getgrgid.3c \
849 getgrgid_r.3c \
850 getgrnam_r.3c \
851 gethomelgroup.3c \
852 gethrvtime.3c \
853 getlogin_r.3c \
854 getmntany.3c \
855 getnetgrent_r.3c \
856 getpassphrase.3c \
857 getpwent.3c \
858 getpwent_r.3c \
859 getpwnam_r.3c \
860 getpwuid.3c \
861 getpwuid_r.3c \
862 getspent.3c \
863 getspent_r.3c \
864 getspnam_r.3c \
865 getutid.3c \
866 getutline.3c \
867 getutmp.3c \
868 getutmpx.3c \
869 getutxid.3c \
870 getutxline.3c \
871 getvfsany.3c \
872 getvfsfile.3c \
873 getvfsspec.3c \
874 getw.3c \
875 getwc_l.3c \
1812
1813 gethrvtime.3c := LINKSRC = gethrtime.3c
1814
1815 getdelim.3c := LINKSRC = getline.3c
1816
1817 getlogin_r.3c := LINKSRC = getlogin.3c
1818
1819 getextmntent.3c := LINKSRC = getmntent.3c
1820 getmntany.3c := LINKSRC = getmntent.3c
1821 hasmntopt.3c := LINKSRC = getmntent.3c
1822 putmntent.3c := LINKSRC = getmntent.3c
1823 resetmnttab.3c := LINKSRC = getmntent.3c
1824
1825 endnetgrent.3c := LINKSRC = getnetgrent.3c
1826 getnetgrent_r.3c := LINKSRC = getnetgrent.3c
1827 innetgr.3c := LINKSRC = getnetgrent.3c
1828 setnetgrent.3c := LINKSRC = getnetgrent.3c
1829
1830 get_nprocs_conf.3c := LINKSRC = get_nprocs.3c
1831
1832 getpassphrase.3c := LINKSRC = getpass.3c
1833
1834 setpriority.3c := LINKSRC = getpriority.3c
1835
1836 setprogname.3c := LINKSRC = getprogname.3c
1837
1838 endpwent.3c := LINKSRC = getpwnam.3c
1839 fgetpwent.3c := LINKSRC = getpwnam.3c
1840 fgetpwent_r.3c := LINKSRC = getpwnam.3c
1841 getpwent.3c := LINKSRC = getpwnam.3c
1842 getpwent_r.3c := LINKSRC = getpwnam.3c
1843 getpwnam_r.3c := LINKSRC = getpwnam.3c
1844 getpwuid.3c := LINKSRC = getpwnam.3c
1845 getpwuid_r.3c := LINKSRC = getpwnam.3c
1846 setpwent.3c := LINKSRC = getpwnam.3c
1847
1848 fgets.3c := LINKSRC = gets.3c
1849
1850 endspent.3c := LINKSRC = getspnam.3c
1851 fgetspent.3c := LINKSRC = getspnam.3c
|
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.
18 # Copyright 2018 Jason King
19 #
20
21 include $(SRC)/Makefile.master
22
23 MANSECT= 3c
24
25 MANFILES= __fbufsize.3c \
26 _longjmp.3c \
27 _stack_grow.3c \
28 a64l.3c \
29 abort.3c \
30 abs.3c \
31 addsev.3c \
32 addseverity.3c \
33 aio_cancel.3c \
34 aio_error.3c \
35 aio_fsync.3c \
36 aio_read.3c \
37 aio_return.3c \
38 aio_suspend.3c \
161 fwrite.3c \
162 fwscanf.3c \
163 get_nprocs.3c \
164 getcpuid.3c \
165 getcwd.3c \
166 getdate.3c \
167 getdtablesize.3c \
168 getentropy.3c \
169 getenv.3c \
170 getexecname.3c \
171 getgrnam.3c \
172 gethostid.3c \
173 gethostname.3c \
174 gethrtime.3c \
175 getline.3c \
176 getloadavg.3c \
177 getlogin.3c \
178 getmntent.3c \
179 getnetgrent.3c \
180 getopt.3c \
181 getopt_long.3c \
182 getpagesize.3c \
183 getpagesizes.3c \
184 getpass.3c \
185 getpeerucred.3c \
186 getpriority.3c \
187 getprogname.3c \
188 getpw.3c \
189 getpwnam.3c \
190 getrusage.3c \
191 gets.3c \
192 getspnam.3c \
193 getsubopt.3c \
194 gettext.3c \
195 gettimeofday.3c \
196 gettxt.3c \
197 getusershell.3c \
198 getutent.3c \
199 getutxent.3c \
200 getvfsent.3c \
201 getwc.3c \
838 gconvert.3c \
839 gcvt.3c \
840 get_nprocs_conf.3c \
841 getattrat.3c \
842 getc.3c \
843 getc_unlocked.3c \
844 getchar.3c \
845 getchar_unlocked.3c \
846 getdelim.3c \
847 getextmntent.3c \
848 getgrent.3c \
849 getgrent_r.3c \
850 getgrgid.3c \
851 getgrgid_r.3c \
852 getgrnam_r.3c \
853 gethomelgroup.3c \
854 gethrvtime.3c \
855 getlogin_r.3c \
856 getmntany.3c \
857 getnetgrent_r.3c \
858 getopt_long_only.3c \
859 getopt_long_clip.3c \
860 getpassphrase.3c \
861 getpwent.3c \
862 getpwent_r.3c \
863 getpwnam_r.3c \
864 getpwuid.3c \
865 getpwuid_r.3c \
866 getspent.3c \
867 getspent_r.3c \
868 getspnam_r.3c \
869 getutid.3c \
870 getutline.3c \
871 getutmp.3c \
872 getutmpx.3c \
873 getutxid.3c \
874 getutxline.3c \
875 getvfsany.3c \
876 getvfsfile.3c \
877 getvfsspec.3c \
878 getw.3c \
879 getwc_l.3c \
1816
1817 gethrvtime.3c := LINKSRC = gethrtime.3c
1818
1819 getdelim.3c := LINKSRC = getline.3c
1820
1821 getlogin_r.3c := LINKSRC = getlogin.3c
1822
1823 getextmntent.3c := LINKSRC = getmntent.3c
1824 getmntany.3c := LINKSRC = getmntent.3c
1825 hasmntopt.3c := LINKSRC = getmntent.3c
1826 putmntent.3c := LINKSRC = getmntent.3c
1827 resetmnttab.3c := LINKSRC = getmntent.3c
1828
1829 endnetgrent.3c := LINKSRC = getnetgrent.3c
1830 getnetgrent_r.3c := LINKSRC = getnetgrent.3c
1831 innetgr.3c := LINKSRC = getnetgrent.3c
1832 setnetgrent.3c := LINKSRC = getnetgrent.3c
1833
1834 get_nprocs_conf.3c := LINKSRC = get_nprocs.3c
1835
1836 getopt_long_clip.3c := LINKSRC = getopt_long.3c
1837 getopt_long_only.3c := LINKSRC = getopt_long.3c
1838
1839 getpassphrase.3c := LINKSRC = getpass.3c
1840
1841 setpriority.3c := LINKSRC = getpriority.3c
1842
1843 setprogname.3c := LINKSRC = getprogname.3c
1844
1845 endpwent.3c := LINKSRC = getpwnam.3c
1846 fgetpwent.3c := LINKSRC = getpwnam.3c
1847 fgetpwent_r.3c := LINKSRC = getpwnam.3c
1848 getpwent.3c := LINKSRC = getpwnam.3c
1849 getpwent_r.3c := LINKSRC = getpwnam.3c
1850 getpwnam_r.3c := LINKSRC = getpwnam.3c
1851 getpwuid.3c := LINKSRC = getpwnam.3c
1852 getpwuid_r.3c := LINKSRC = getpwnam.3c
1853 setpwent.3c := LINKSRC = getpwnam.3c
1854
1855 fgets.3c := LINKSRC = gets.3c
1856
1857 endspent.3c := LINKSRC = getspnam.3c
1858 fgetspent.3c := LINKSRC = getspnam.3c
|