diff options
| author | Yuri Pankov <yuri.pankov@nexenta.com> | 2013-08-29 02:33:28 +0400 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2013-08-30 11:59:42 -0400 |
| commit | a9478106a12424322498e53cf7cd75bd8a4d6004 (patch) | |
| tree | 3c354e0c751a24f59a2ad6fa5965e59f257c4931 /usr/src/man/man3head | |
| parent | 5253393b09789ec67bec153b866d7285a1cf1645 (diff) | |
| download | illumos-joyent-a9478106a12424322498e53cf7cd75bd8a4d6004.tar.gz | |
3600 edit(1) is a bad .so reference
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/man/man3head')
| -rw-r--r-- | usr/src/man/man3head/Makefile | 364 |
1 files changed, 182 insertions, 182 deletions
diff --git a/usr/src/man/man3head/Makefile b/usr/src/man/man3head/Makefile index 1cadc6af02..4d58016fbe 100644 --- a/usr/src/man/man3head/Makefile +++ b/usr/src/man/man3head/Makefile @@ -9,13 +9,16 @@ # at http://www.illumos.org/license/CDDL. # +# # Copyright 2011, Richard Lowe +# Copyright 2013 Nexenta Systems, Inc. All rights reserved. +# -include ../../Makefile.master +include $(SRC)/Makefile.master -MANSECT = 3head +MANSECT= 3head -MANFILES = acct.h.3head \ +MANFILES= acct.h.3head \ aio.h.3head \ ar.h.3head \ archives.h.3head \ @@ -103,187 +106,184 @@ MANFILES = acct.h.3head \ wctype.h.3head \ wordexp.h.3head -MANSOFILES = acct.3head \ - aio.3head \ - ar.3head \ - archives.3head \ - assert.3head \ - complex.3head \ - cpio.3head \ - dirent.3head \ - errno.3head \ - fcntl.3head \ - fenv.3head \ - float.3head \ - floatingpoint.3head \ - fmtmsg.3head \ - fnmatch.3head \ - ftw.3head \ - glob.3head \ - grp.3head \ - iconv.3head \ - if.3head \ - in.3head \ - inet.3head \ - inttypes.3head \ - ipc.3head \ - iso646.3head \ - langinfo.3head \ - libgen.3head \ - libintl.3head \ - limits.3head \ - locale.3head \ - math.3head \ - mman.3head \ - monetary.3head \ - mqueue.3head \ - msg.3head \ - ndbm.3head \ - netdb.3head \ - nl_types.3head \ - poll.3head \ - pthread.3head \ - pwd.3head \ - regex.3head \ - resource.3head \ - sched.3head \ - search.3head \ - select.3head \ - sem.3head \ - semaphore.3head \ - setjmp.3head \ - shm.3head \ - siginfo.3head \ - signal.3head \ - socket.3head \ - spawn.3head \ - stat.3head \ - statvfs.3head \ - stdbool.3head \ - stddef.3head \ - stdint.3head \ - stdio.3head \ - stdlib.3head \ - string.3head \ - strings.3head \ - stropts.3head \ - syslog.3head \ - tar.3head \ - tcp.3head \ - termios.3head \ - tgmath.3head \ - time.3head \ - timeb.3head \ - times.3head \ - types.3head \ - types32.3head \ - ucontext.3head \ - uio.3head \ - ulimit.3head \ - un.3head \ - unistd.3head \ - utime.3head \ - utmpx.3head \ - utsname.3head \ - values.3head \ - wait.3head \ - wchar.3head \ - wctype.3head \ - wordexp.3head - -MANFILES += $(MANSOFILES) - -acct.3head := SOSRC = man3head/acct.h.3head -aio.3head := SOSRC = man3head/aio.h.3head -ar.3head := SOSRC = man3head/ar.h.3head -archives.3head := SOSRC = man3head/archives.h.3head -assert.3head := SOSRC = man3head/assert.h.3head -complex.3head := SOSRC = man3head/complex.h.3head -cpio.3head := SOSRC = man3head/cpio.h.3head -dirent.3head := SOSRC = man3head/dirent.h.3head -errno.3head := SOSRC = man3head/errno.h.3head -fcntl.3head := SOSRC = man3head/fcntl.h.3head -fenv.3head := SOSRC = man3head/fenv.h.3head -float.3head := SOSRC = man3head/float.h.3head -floatingpoint.3head := SOSRC = man3head/floatingpoint.h.3head -fmtmsg.3head := SOSRC = man3head/fmtmsg.h.3head -fnmatch.3head := SOSRC = man3head/fnmatch.h.3head -ftw.3head := SOSRC = man3head/ftw.h.3head -glob.3head := SOSRC = man3head/glob.h.3head -grp.3head := SOSRC = man3head/grp.h.3head -iconv.3head := SOSRC = man3head/iconv.h.3head -if.3head := SOSRC = man3head/if.h.3head -in.3head := SOSRC = man3head/in.h.3head -inet.3head := SOSRC = man3head/inet.h.3head -inttypes.3head := SOSRC = man3head/inttypes.h.3head -ipc.3head := SOSRC = man3head/ipc.h.3head -iso646.3head := SOSRC = man3head/iso646.h.3head -langinfo.3head := SOSRC = man3head/langinfo.h.3head -libgen.3head := SOSRC = man3head/libgen.h.3head -libintl.3head := SOSRC = man3head/libintl.h.3head -limits.3head := SOSRC = man3head/limits.h.3head -locale.3head := SOSRC = man3head/locale.h.3head -math.3head := SOSRC = man3head/math.h.3head -mman.3head := SOSRC = man3head/mman.h.3head -monetary.3head := SOSRC = man3head/monetary.h.3head -mqueue.3head := SOSRC = man3head/mqueue.h.3head -msg.3head := SOSRC = man3head/msg.h.3head -ndbm.3head := SOSRC = man3head/ndbm.h.3head -netdb.3head := SOSRC = man3head/netdb.h.3head -nl_types.3head := SOSRC = man3head/nl_types.h.3head -poll.3head := SOSRC = man3head/poll.h.3head -pthread.3head := SOSRC = man3head/pthread.h.3head -pwd.3head := SOSRC = man3head/pwd.h.3head -regex.3head := SOSRC = man3head/regex.h.3head -resource.3head := SOSRC = man3head/resource.h.3head -sched.3head := SOSRC = man3head/sched.h.3head -search.3head := SOSRC = man3head/search.h.3head -select.3head := SOSRC = man3head/select.h.3head -sem.3head := SOSRC = man3head/sem.h.3head -semaphore.3head := SOSRC = man3head/semaphore.h.3head -setjmp.3head := SOSRC = man3head/setjmp.h.3head -shm.3head := SOSRC = man3head/shm.h.3head -siginfo.3head := SOSRC = man3head/siginfo.h.3head -signal.3head := SOSRC = man3head/signal.h.3head -socket.3head := SOSRC = man3head/socket.h.3head -spawn.3head := SOSRC = man3head/spawn.h.3head -stat.3head := SOSRC = man3head/stat.h.3head -statvfs.3head := SOSRC = man3head/statvfs.h.3head -stdbool.3head := SOSRC = man3head/stdbool.h.3head -stddef.3head := SOSRC = man3head/stddef.h.3head -stdint.3head := SOSRC = man3head/stdint.h.3head -stdio.3head := SOSRC = man3head/stdio.h.3head -stdlib.3head := SOSRC = man3head/stdlib.h.3head -string.3head := SOSRC = man3head/string.h.3head -strings.3head := SOSRC = man3head/strings.h.3head -stropts.3head := SOSRC = man3head/stropts.h.3head -syslog.3head := SOSRC = man3head/syslog.h.3head -tar.3head := SOSRC = man3head/tar.h.3head -tcp.3head := SOSRC = man3head/tcp.h.3head -termios.3head := SOSRC = man3head/termios.h.3head -tgmath.3head := SOSRC = man3head/tgmath.h.3head -time.3head := SOSRC = man3head/time.h.3head -timeb.3head := SOSRC = man3head/timeb.h.3head -times.3head := SOSRC = man3head/times.h.3head -types.3head := SOSRC = man3head/types.h.3head -types32.3head := SOSRC = man3head/types32.h.3head -ucontext.3head := SOSRC = man3head/ucontext.h.3head -uio.3head := SOSRC = man3head/uio.h.3head -ulimit.3head := SOSRC = man3head/ulimit.h.3head -un.3head := SOSRC = man3head/un.h.3head -unistd.3head := SOSRC = man3head/unistd.h.3head -utime.3head := SOSRC = man3head/utime.h.3head -utmpx.3head := SOSRC = man3head/utmpx.h.3head -utsname.3head := SOSRC = man3head/utsname.h.3head -values.3head := SOSRC = man3head/values.h.3head -wait.3head := SOSRC = man3head/wait.h.3head -wchar.3head := SOSRC = man3head/wchar.h.3head -wctype.3head := SOSRC = man3head/wctype.h.3head -wordexp.3head := SOSRC = man3head/wordexp.h.3head +MANLINKS= acct.3head \ + aio.3head \ + ar.3head \ + archives.3head \ + assert.3head \ + complex.3head \ + cpio.3head \ + dirent.3head \ + errno.3head \ + fcntl.3head \ + fenv.3head \ + float.3head \ + floatingpoint.3head \ + fmtmsg.3head \ + fnmatch.3head \ + ftw.3head \ + glob.3head \ + grp.3head \ + iconv.3head \ + if.3head \ + in.3head \ + inet.3head \ + inttypes.3head \ + ipc.3head \ + iso646.3head \ + langinfo.3head \ + libgen.3head \ + libintl.3head \ + limits.3head \ + locale.3head \ + math.3head \ + mman.3head \ + monetary.3head \ + mqueue.3head \ + msg.3head \ + ndbm.3head \ + netdb.3head \ + nl_types.3head \ + poll.3head \ + pthread.3head \ + pwd.3head \ + regex.3head \ + resource.3head \ + sched.3head \ + search.3head \ + select.3head \ + sem.3head \ + semaphore.3head \ + setjmp.3head \ + shm.3head \ + siginfo.3head \ + signal.3head \ + socket.3head \ + spawn.3head \ + stat.3head \ + statvfs.3head \ + stdbool.3head \ + stddef.3head \ + stdint.3head \ + stdio.3head \ + stdlib.3head \ + string.3head \ + strings.3head \ + stropts.3head \ + syslog.3head \ + tar.3head \ + tcp.3head \ + termios.3head \ + tgmath.3head \ + time.3head \ + timeb.3head \ + times.3head \ + types.3head \ + types32.3head \ + ucontext.3head \ + uio.3head \ + ulimit.3head \ + un.3head \ + unistd.3head \ + utime.3head \ + utmpx.3head \ + utsname.3head \ + values.3head \ + wait.3head \ + wchar.3head \ + wctype.3head \ + wordexp.3head +acct.3head := LINKSRC = acct.h.3head +aio.3head := LINKSRC = aio.h.3head +ar.3head := LINKSRC = ar.h.3head +archives.3head := LINKSRC = archives.h.3head +assert.3head := LINKSRC = assert.h.3head +complex.3head := LINKSRC = complex.h.3head +cpio.3head := LINKSRC = cpio.h.3head +dirent.3head := LINKSRC = dirent.h.3head +errno.3head := LINKSRC = errno.h.3head +fcntl.3head := LINKSRC = fcntl.h.3head +fenv.3head := LINKSRC = fenv.h.3head +float.3head := LINKSRC = float.h.3head +floatingpoint.3head := LINKSRC = floatingpoint.h.3head +fmtmsg.3head := LINKSRC = fmtmsg.h.3head +fnmatch.3head := LINKSRC = fnmatch.h.3head +ftw.3head := LINKSRC = ftw.h.3head +glob.3head := LINKSRC = glob.h.3head +grp.3head := LINKSRC = grp.h.3head +iconv.3head := LINKSRC = iconv.h.3head +if.3head := LINKSRC = if.h.3head +in.3head := LINKSRC = in.h.3head +inet.3head := LINKSRC = inet.h.3head +inttypes.3head := LINKSRC = inttypes.h.3head +ipc.3head := LINKSRC = ipc.h.3head +iso646.3head := LINKSRC = iso646.h.3head +langinfo.3head := LINKSRC = langinfo.h.3head +libgen.3head := LINKSRC = libgen.h.3head +libintl.3head := LINKSRC = libintl.h.3head +limits.3head := LINKSRC = limits.h.3head +locale.3head := LINKSRC = locale.h.3head +math.3head := LINKSRC = math.h.3head +mman.3head := LINKSRC = mman.h.3head +monetary.3head := LINKSRC = monetary.h.3head +mqueue.3head := LINKSRC = mqueue.h.3head +msg.3head := LINKSRC = msg.h.3head +ndbm.3head := LINKSRC = ndbm.h.3head +netdb.3head := LINKSRC = netdb.h.3head +nl_types.3head := LINKSRC = nl_types.h.3head +poll.3head := LINKSRC = poll.h.3head +pthread.3head := LINKSRC = pthread.h.3head +pwd.3head := LINKSRC = pwd.h.3head +regex.3head := LINKSRC = regex.h.3head +resource.3head := LINKSRC = resource.h.3head +sched.3head := LINKSRC = sched.h.3head +search.3head := LINKSRC = search.h.3head +select.3head := LINKSRC = select.h.3head +sem.3head := LINKSRC = sem.h.3head +semaphore.3head := LINKSRC = semaphore.h.3head +setjmp.3head := LINKSRC = setjmp.h.3head +shm.3head := LINKSRC = shm.h.3head +siginfo.3head := LINKSRC = siginfo.h.3head +signal.3head := LINKSRC = signal.h.3head +socket.3head := LINKSRC = socket.h.3head +spawn.3head := LINKSRC = spawn.h.3head +stat.3head := LINKSRC = stat.h.3head +statvfs.3head := LINKSRC = statvfs.h.3head +stdbool.3head := LINKSRC = stdbool.h.3head +stddef.3head := LINKSRC = stddef.h.3head +stdint.3head := LINKSRC = stdint.h.3head +stdio.3head := LINKSRC = stdio.h.3head +stdlib.3head := LINKSRC = stdlib.h.3head +string.3head := LINKSRC = string.h.3head +strings.3head := LINKSRC = strings.h.3head +stropts.3head := LINKSRC = stropts.h.3head +syslog.3head := LINKSRC = syslog.h.3head +tar.3head := LINKSRC = tar.h.3head +tcp.3head := LINKSRC = tcp.h.3head +termios.3head := LINKSRC = termios.h.3head +tgmath.3head := LINKSRC = tgmath.h.3head +time.3head := LINKSRC = time.h.3head +timeb.3head := LINKSRC = timeb.h.3head +times.3head := LINKSRC = times.h.3head +types.3head := LINKSRC = types.h.3head +types32.3head := LINKSRC = types32.h.3head +ucontext.3head := LINKSRC = ucontext.h.3head +uio.3head := LINKSRC = uio.h.3head +ulimit.3head := LINKSRC = ulimit.h.3head +un.3head := LINKSRC = un.h.3head +unistd.3head := LINKSRC = unistd.h.3head +utime.3head := LINKSRC = utime.h.3head +utmpx.3head := LINKSRC = utmpx.h.3head +utsname.3head := LINKSRC = utsname.h.3head +values.3head := LINKSRC = values.h.3head +wait.3head := LINKSRC = wait.h.3head +wchar.3head := LINKSRC = wchar.h.3head +wctype.3head := LINKSRC = wctype.h.3head +wordexp.3head := LINKSRC = wordexp.h.3head .KEEP_STATE: -include ../Makefile.man +include $(SRC)/man/Makefile.man -install: $(ROOTMANFILES) +install: $(ROOTMANFILES) $(ROOTMANLINKS) |
