Annotation of coherent/d/lib/libc/sys/Makefile, revision 1.1.1.1

1.1       root        1: # /usr/src/libc/sys/Makefile 2/14/91
                      2: 
                      3: OBJ=\
                      4:        dup2.o\
                      5:        execl.o\
                      6:        execle.o\
                      7:        execlp.o\
                      8:        execv.o\
                      9:        execvp.o\
                     10:        msgop.o\
                     11:        semop.o\
                     12:        shmop.o\
                     13:        time.o
                     14: 
                     15: UNUSED=\
                     16:        brk.o
                     17: 
                     18: # Primary target.
                     19: all:   SYS sysi8086
                     20:        : libc/sys done.
                     21: 
                     22: # Pseudotargets.
                     23: SYS:   $(OBJ)
                     24:        ar rkus libc.a $?
                     25:        touch $@
                     26: sysi8086:
                     27:        make SRCPATH=$(SRCPATH)/i8086
                     28: 
                     29: # Secondary targets.
                     30: dup2.o:                dup2.c
                     31: execl.o:       execl.c
                     32: execle.o:      execle.c
                     33: execlp.o:      execlp.c
                     34: execv.o:       execv.c
                     35: execvp.o:      execvp.c
                     36: msgop.o:       msgop.c
                     37: semop.o:       semop.c
                     38: shmop.o:       shmop.c
                     39: time.o:                time.c
                     40: 
                     41: # end of /usr/src/libc/sys/Makefile

unix.superglobalmegacorp.com

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