Annotation of 43BSDTahoe/man/man2/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1987 Regents of the University of California.
                      3: # All rights reserved.
                      4: #
                      5: # Redistribution and use in source and binary forms are permitted
                      6: # provided that the above copyright notice and this paragraph are
                      7: # duplicated in all such forms and that any documentation,
                      8: # advertising materials, and other materials related to such
                      9: # distribution and use acknowledge that the software was developed
                     10: # by the University of California, Berkeley.  The name of the
                     11: # University may not be used to endorse or promote products derived
                     12: # from this software without specific prior written permission.
                     13: # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
                     14: # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
                     15: # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
                     16: #
                     17: #      @(#)Makefile    5.2 (Berkeley) 7/9/88
                     18: #
                     19: MDIR=  /usr/man/cat2
                     20: SRCS=  accept.2 access.2 acct.2 adjtime.2 bind.2 brk.2 chdir.2 chmod.2 \
                     21:        chown.2 chroot.2 close.2 connect.2 creat.2 dup.2 execve.2 exit.2 \
                     22:        fcntl.2 flock.2 fork.2 fsync.2 getdtablesize.2 getgid.2 getgroups.2 \
                     23:        gethostid.2 gethostname.2 getitimer.2 getpagesize.2 getpeername.2 \
                     24:        getpgrp.2 getpid.2 getpriority.2 getrlimit.2 getrusage.2 \
                     25:        getsockname.2 getsockopt.2 gettimeofday.2 getuid.2 intro.2 ioctl.2 \
                     26:        kill.2 killpg.2 link.2 listen.2 lseek.2 mkdir.2 mknod.2 mount.2 \
                     27:        open.2 pipe.2 profil.2 ptrace.2 quota.2 read.2 readlink.2 reboot.2 \
                     28:        recv.2 rename.2 rmdir.2 select.2 send.2 setgroups.2 setpgrp.2 \
                     29:        setquota.2 setregid.2 setreuid.2 shutdown.2 sigblock.2 sigpause.2 \
                     30:        sigreturn.2 sigsetmask.2 sigstack.2 sigvec.2 socket.2 socketpair.2 \
                     31:        stat.2 swapon.2 symlink.2 sync.2 syscall.2 truncate.2 umask.2 \
                     32:        unlink.2 utimes.2 vfork.2 vhangup.2 wait.2 write.2
                     33: OBJS=  accept.0 access.0 acct.0 adjtime.0 bind.0 brk.0 chdir.0 chmod.0 \
                     34:        chown.0 chroot.0 close.0 connect.0 creat.0 dup.0 execve.0 exit.0 \
                     35:        fcntl.0 flock.0 fork.0 fsync.0 getdtablesize.0 getgid.0 getgroups.0 \
                     36:        gethostid.0 gethostname.0 getitimer.0 getpagesize.0 getpeername.0 \
                     37:        getpgrp.0 getpid.0 getpriority.0 getrlimit.0 getrusage.0 \
                     38:        getsockname.0 getsockopt.0 gettimeofday.0 getuid.0 intro.0 ioctl.0 \
                     39:        kill.0 killpg.0 link.0 listen.0 lseek.0 mkdir.0 mknod.0 mount.0 \
                     40:        open.0 pipe.0 profil.0 ptrace.0 quota.0 read.0 readlink.0 reboot.0 \
                     41:        recv.0 rename.0 rmdir.0 select.0 send.0 setgroups.0 setpgrp.0 \
                     42:        setquota.0 setregid.0 setreuid.0 shutdown.0 sigblock.0 sigpause.0 \
                     43:        sigreturn.0 sigsetmask.0 sigstack.0 sigvec.0 socket.0 socketpair.0 \
                     44:        stat.0 swapon.0 symlink.0 sync.0 syscall.0 truncate.0 umask.0 \
                     45:        unlink.0 utimes.0 vfork.0 vhangup.0 wait.0 write.0
                     46: LINKS= dup2.0 sbrk.0 fstat.0 lstat.0 readv.0 recvfrom.0 recvmsg.0 errno.0 \
                     47:        sendmsg.0 sendto.0 wait3.0 fchmod.0 fchown.0 umount.0 writev.0 \
                     48:        getegid.0 geteuid.0 getppid.0 ftruncate.0 sethostid.0 setitimer.0 \
                     49:        setrlimit.0 setsockopt.0 sethostname.0 setpriority.0 settimeofday.0 \
                     50:        seek.0
                     51: 
                     52: .SUFFIXES: .2 .0
                     53: 
                     54: .2.0:
                     55:        ${DESTDIR}/usr/man/manroff $*.2 > $*.0
                     56: 
                     57: all: ${OBJS}
                     58: 
                     59: clean: FRC
                     60:        rm -f ${OBJS}
                     61: 
                     62: install: FRC
                     63:        cd ${DESTDIR}${MDIR}; rm -f *.0
                     64:        install -c -o bin -g bin -m 444 ${OBJS} ${DESTDIR}${MDIR}
                     65:        ln ${DESTDIR}${MDIR}/dup.0 ${DESTDIR}${MDIR}/dup2.0
                     66:        ln ${DESTDIR}${MDIR}/brk.0 ${DESTDIR}${MDIR}/sbrk.0
                     67:        ln ${DESTDIR}${MDIR}/intro.0 ${DESTDIR}/${MDIR}/errno.0
                     68:        ln ${DESTDIR}${MDIR}/stat.0 ${DESTDIR}${MDIR}/fstat.0
                     69:        ln ${DESTDIR}${MDIR}/stat.0 ${DESTDIR}${MDIR}/lstat.0
                     70:        ln ${DESTDIR}${MDIR}/read.0 ${DESTDIR}${MDIR}/readv.0
                     71:        ln ${DESTDIR}${MDIR}/recv.0 ${DESTDIR}${MDIR}/recvfrom.0
                     72:        ln ${DESTDIR}${MDIR}/recv.0 ${DESTDIR}${MDIR}/recvmsg.0
                     73:        ln ${DESTDIR}${MDIR}/send.0 ${DESTDIR}${MDIR}/sendmsg.0
                     74:        ln ${DESTDIR}${MDIR}/send.0 ${DESTDIR}${MDIR}/sendto.0
                     75:        ln ${DESTDIR}${MDIR}/wait.0 ${DESTDIR}${MDIR}/wait3.0
                     76:        ln ${DESTDIR}${MDIR}/chmod.0 ${DESTDIR}${MDIR}/fchmod.0
                     77:        ln ${DESTDIR}${MDIR}/chown.0 ${DESTDIR}${MDIR}/fchown.0
                     78:        ln ${DESTDIR}${MDIR}/mount.0 ${DESTDIR}${MDIR}/umount.0
                     79:        ln ${DESTDIR}${MDIR}/write.0 ${DESTDIR}${MDIR}/writev.0
                     80:        ln ${DESTDIR}${MDIR}/getgid.0 ${DESTDIR}${MDIR}/getegid.0
                     81:        ln ${DESTDIR}${MDIR}/getuid.0 ${DESTDIR}${MDIR}/geteuid.0
                     82:        ln ${DESTDIR}${MDIR}/getpid.0 ${DESTDIR}${MDIR}/getppid.0
                     83:        ln ${DESTDIR}${MDIR}/truncate.0 ${DESTDIR}${MDIR}/ftruncate.0
                     84:        ln ${DESTDIR}${MDIR}/gethostid.0 ${DESTDIR}${MDIR}/sethostid.0
                     85:        ln ${DESTDIR}${MDIR}/getitimer.0 ${DESTDIR}${MDIR}/setitimer.0
                     86:        ln ${DESTDIR}${MDIR}/getrlimit.0 ${DESTDIR}${MDIR}/setrlimit.0
                     87:        ln ${DESTDIR}${MDIR}/getsockopt.0 ${DESTDIR}${MDIR}/setsockopt.0
                     88:        ln ${DESTDIR}${MDIR}/gethostname.0 ${DESTDIR}${MDIR}/sethostname.0
                     89:        ln ${DESTDIR}${MDIR}/getpriority.0 ${DESTDIR}${MDIR}/setpriority.0
                     90:        ln ${DESTDIR}${MDIR}/gettimeofday.0 ${DESTDIR}${MDIR}/settimeofday.0
                     91:        ln ${DESTDIR}${MDIR}/lseek.0 ${DESTDIR}${MDIR}/seek.0
                     92: 
                     93: FRC:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.