Annotation of coherent/b/lib/libc/stdlib/Makefile, revision 1.1

1.1     ! root        1: # /usr/src/libc/stdlib/Makefile 11/19/92
        !             2: 
        !             3: # This directory should contain all the ANSI <stdlib.h> sources
        !             4: # but does not, simply for historical reasons.
        !             5: # They should be moved here in the future.
        !             6: 
        !             7: OBJ=\
        !             8:        atexit.o
        !             9: 
        !            10: # Primary target.
        !            11: all:   STDLIB
        !            12:        : libc/stdlib done.
        !            13: 
        !            14: # Pseudotargets.
        !            15: STDLIB:        $(OBJ)
        !            16:        $(AR) rkus libc.a $?
        !            17:        touch $@
        !            18: 
        !            19: # Secondary targets.
        !            20: atexit.o:      atexit.c
        !            21: 
        !            22: # end of /usr/src/libc/stdlib/Makefile

unix.superglobalmegacorp.com

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