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 2013 Nexenta Systems, Inc. All rights reserved. 15# Copyright 2014 Garrett D'Amore <garrett@damore.org> 16# 17 18include $(SRC)/Makefile.master 19 20MANSECT= 3head 21 22MANFILES= acct.h.3head \ 23 aio.h.3head \ 24 ar.h.3head \ 25 archives.h.3head \ 26 assert.h.3head \ 27 complex.h.3head \ 28 cpio.h.3head \ 29 dirent.h.3head \ 30 endian.h.3head \ 31 errno.h.3head \ 32 fcntl.h.3head \ 33 fenv.h.3head \ 34 float.h.3head \ 35 floatingpoint.h.3head \ 36 fmtmsg.h.3head \ 37 fnmatch.h.3head \ 38 ftw.h.3head \ 39 glob.h.3head \ 40 grp.h.3head \ 41 iconv.h.3head \ 42 if.h.3head \ 43 in.h.3head \ 44 inet.h.3head \ 45 inttypes.h.3head \ 46 ipc.h.3head \ 47 iso646.h.3head \ 48 langinfo.h.3head \ 49 libgen.h.3head \ 50 libintl.h.3head \ 51 limits.h.3head \ 52 locale.h.3head \ 53 math.h.3head \ 54 mman.h.3head \ 55 monetary.h.3head \ 56 mqueue.h.3head \ 57 msg.h.3head \ 58 ndbm.h.3head \ 59 netdb.h.3head \ 60 nl_types.h.3head \ 61 poll.h.3head \ 62 pthread.h.3head \ 63 pwd.h.3head \ 64 regex.h.3head \ 65 resource.h.3head \ 66 sched.h.3head \ 67 search.h.3head \ 68 select.h.3head \ 69 sem.h.3head \ 70 semaphore.h.3head \ 71 setjmp.h.3head \ 72 shm.h.3head \ 73 siginfo.h.3head \ 74 signal.h.3head \ 75 socket.h.3head \ 76 spawn.h.3head \ 77 stat.h.3head \ 78 statvfs.h.3head \ 79 stdbool.h.3head \ 80 stddef.h.3head \ 81 stdint.h.3head \ 82 stdio.h.3head \ 83 stdlib.h.3head \ 84 string.h.3head \ 85 strings.h.3head \ 86 stropts.h.3head \ 87 syslog.h.3head \ 88 tar.h.3head \ 89 tcp.h.3head \ 90 termios.h.3head \ 91 tgmath.h.3head \ 92 time.h.3head \ 93 timeb.h.3head \ 94 times.h.3head \ 95 types.h.3head \ 96 types32.h.3head \ 97 ucontext.h.3head \ 98 uio.h.3head \ 99 ulimit.h.3head \ 100 un.h.3head \ 101 unistd.h.3head \ 102 utime.h.3head \ 103 utmpx.h.3head \ 104 utsname.h.3head \ 105 values.h.3head \ 106 wait.h.3head \ 107 wchar.h.3head \ 108 wctype.h.3head \ 109 wordexp.h.3head \ 110 xlocale.h.3head 111 112MANLINKS= acct.3head \ 113 aio.3head \ 114 ar.3head \ 115 archives.3head \ 116 assert.3head \ 117 complex.3head \ 118 cpio.3head \ 119 dirent.3head \ 120 errno.3head \ 121 fcntl.3head \ 122 fenv.3head \ 123 float.3head \ 124 floatingpoint.3head \ 125 fmtmsg.3head \ 126 fnmatch.3head \ 127 ftw.3head \ 128 glob.3head \ 129 grp.3head \ 130 iconv.3head \ 131 if.3head \ 132 in.3head \ 133 inet.3head \ 134 inttypes.3head \ 135 ipc.3head \ 136 iso646.3head \ 137 langinfo.3head \ 138 libgen.3head \ 139 libintl.3head \ 140 limits.3head \ 141 locale.3head \ 142 math.3head \ 143 mman.3head \ 144 monetary.3head \ 145 mqueue.3head \ 146 msg.3head \ 147 ndbm.3head \ 148 netdb.3head \ 149 nl_types.3head \ 150 poll.3head \ 151 pthread.3head \ 152 pwd.3head \ 153 regex.3head \ 154 resource.3head \ 155 sched.3head \ 156 search.3head \ 157 select.3head \ 158 sem.3head \ 159 semaphore.3head \ 160 setjmp.3head \ 161 shm.3head \ 162 siginfo.3head \ 163 signal.3head \ 164 socket.3head \ 165 spawn.3head \ 166 stat.3head \ 167 statvfs.3head \ 168 stdbool.3head \ 169 stddef.3head \ 170 stdint.3head \ 171 stdio.3head \ 172 stdlib.3head \ 173 string.3head \ 174 strings.3head \ 175 stropts.3head \ 176 syslog.3head \ 177 tar.3head \ 178 tcp.3head \ 179 termios.3head \ 180 tgmath.3head \ 181 time.3head \ 182 timeb.3head \ 183 times.3head \ 184 types.3head \ 185 types32.3head \ 186 ucontext.3head \ 187 uio.3head \ 188 ulimit.3head \ 189 un.3head \ 190 unistd.3head \ 191 utime.3head \ 192 utmpx.3head \ 193 utsname.3head \ 194 values.3head \ 195 wait.3head \ 196 wchar.3head \ 197 wctype.3head \ 198 wordexp.3head \ 199 xlocale.3head 200 201acct.3head := LINKSRC = acct.h.3head 202aio.3head := LINKSRC = aio.h.3head 203ar.3head := LINKSRC = ar.h.3head 204archives.3head := LINKSRC = archives.h.3head 205assert.3head := LINKSRC = assert.h.3head 206complex.3head := LINKSRC = complex.h.3head 207cpio.3head := LINKSRC = cpio.h.3head 208dirent.3head := LINKSRC = dirent.h.3head 209errno.3head := LINKSRC = errno.h.3head 210fcntl.3head := LINKSRC = fcntl.h.3head 211fenv.3head := LINKSRC = fenv.h.3head 212float.3head := LINKSRC = float.h.3head 213floatingpoint.3head := LINKSRC = floatingpoint.h.3head 214fmtmsg.3head := LINKSRC = fmtmsg.h.3head 215fnmatch.3head := LINKSRC = fnmatch.h.3head 216ftw.3head := LINKSRC = ftw.h.3head 217glob.3head := LINKSRC = glob.h.3head 218grp.3head := LINKSRC = grp.h.3head 219iconv.3head := LINKSRC = iconv.h.3head 220if.3head := LINKSRC = if.h.3head 221in.3head := LINKSRC = in.h.3head 222inet.3head := LINKSRC = inet.h.3head 223inttypes.3head := LINKSRC = inttypes.h.3head 224ipc.3head := LINKSRC = ipc.h.3head 225iso646.3head := LINKSRC = iso646.h.3head 226langinfo.3head := LINKSRC = langinfo.h.3head 227libgen.3head := LINKSRC = libgen.h.3head 228libintl.3head := LINKSRC = libintl.h.3head 229limits.3head := LINKSRC = limits.h.3head 230locale.3head := LINKSRC = locale.h.3head 231math.3head := LINKSRC = math.h.3head 232mman.3head := LINKSRC = mman.h.3head 233monetary.3head := LINKSRC = monetary.h.3head 234mqueue.3head := LINKSRC = mqueue.h.3head 235msg.3head := LINKSRC = msg.h.3head 236ndbm.3head := LINKSRC = ndbm.h.3head 237netdb.3head := LINKSRC = netdb.h.3head 238nl_types.3head := LINKSRC = nl_types.h.3head 239poll.3head := LINKSRC = poll.h.3head 240pthread.3head := LINKSRC = pthread.h.3head 241pwd.3head := LINKSRC = pwd.h.3head 242regex.3head := LINKSRC = regex.h.3head 243resource.3head := LINKSRC = resource.h.3head 244sched.3head := LINKSRC = sched.h.3head 245search.3head := LINKSRC = search.h.3head 246select.3head := LINKSRC = select.h.3head 247sem.3head := LINKSRC = sem.h.3head 248semaphore.3head := LINKSRC = semaphore.h.3head 249setjmp.3head := LINKSRC = setjmp.h.3head 250shm.3head := LINKSRC = shm.h.3head 251siginfo.3head := LINKSRC = siginfo.h.3head 252signal.3head := LINKSRC = signal.h.3head 253socket.3head := LINKSRC = socket.h.3head 254spawn.3head := LINKSRC = spawn.h.3head 255stat.3head := LINKSRC = stat.h.3head 256statvfs.3head := LINKSRC = statvfs.h.3head 257stdbool.3head := LINKSRC = stdbool.h.3head 258stddef.3head := LINKSRC = stddef.h.3head 259stdint.3head := LINKSRC = stdint.h.3head 260stdio.3head := LINKSRC = stdio.h.3head 261stdlib.3head := LINKSRC = stdlib.h.3head 262string.3head := LINKSRC = string.h.3head 263strings.3head := LINKSRC = strings.h.3head 264stropts.3head := LINKSRC = stropts.h.3head 265syslog.3head := LINKSRC = syslog.h.3head 266tar.3head := LINKSRC = tar.h.3head 267tcp.3head := LINKSRC = tcp.h.3head 268termios.3head := LINKSRC = termios.h.3head 269tgmath.3head := LINKSRC = tgmath.h.3head 270time.3head := LINKSRC = time.h.3head 271timeb.3head := LINKSRC = timeb.h.3head 272times.3head := LINKSRC = times.h.3head 273types.3head := LINKSRC = types.h.3head 274types32.3head := LINKSRC = types32.h.3head 275ucontext.3head := LINKSRC = ucontext.h.3head 276uio.3head := LINKSRC = uio.h.3head 277ulimit.3head := LINKSRC = ulimit.h.3head 278un.3head := LINKSRC = un.h.3head 279unistd.3head := LINKSRC = unistd.h.3head 280utime.3head := LINKSRC = utime.h.3head 281utmpx.3head := LINKSRC = utmpx.h.3head 282utsname.3head := LINKSRC = utsname.h.3head 283values.3head := LINKSRC = values.h.3head 284wait.3head := LINKSRC = wait.h.3head 285wchar.3head := LINKSRC = wchar.h.3head 286wctype.3head := LINKSRC = wctype.h.3head 287wordexp.3head := LINKSRC = wordexp.h.3head 288xlocale.3head := LINKSRC = xlocale.h.3head 289 290.KEEP_STATE: 291 292include $(SRC)/man/Makefile.man 293 294install: $(ROOTMANFILES) $(ROOTMANLINKS) 295