Annotation of 43BSD/etc/implog/Makefile, revision 1.1

1.1     ! root        1: # Copyright (c) 1983 Regents of the University of California.
        !             2: # All rights reserved.  The Berkeley software License Agreement
        !             3: # specifies the terms and conditions for redistribution.
        !             4: #
        !             5: #      @(#)Makefile    5.3 (Berkeley) 9/7/85
        !             6: #
        !             7: ALL=   implog implogd
        !             8: DESTDIR=
        !             9: CFLAGS=-O
        !            10: 
        !            11: all:   ${ALL}
        !            12: 
        !            13: implog:        implog.o
        !            14:        ${CC} implog.o -o implog
        !            15: 
        !            16: implogd: implogd.o
        !            17:        ${CC} implogd.o -o implogd
        !            18: 
        !            19: clean:
        !            20:        rm -f ${ALL} *.o *.s errs core a.out t.?
        !            21: 
        !            22: install: ${ALL}
        !            23:        install -s implog ${DESTDIR}/etc
        !            24:        install -s implogd ${DESTDIR}/etc

unix.superglobalmegacorp.com

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