Annotation of 43BSD/contrib/patch/Makefile, revision 1.1

1.1     ! root        1: #      @(#)Makefile    5.4 (Berkeley) 5/31/86
        !             2: #
        !             3: # $Header: Makefile,v 1.3 85/03/26 15:03:26 lwall Exp $
        !             4: 
        !             5: BINDIR = $(DESTDIR)/usr/new
        !             6: CFLAGS = -O
        !             7: 
        !             8: patch: patch.c
        !             9:        cc patch.c $(CFLAGS) -o patch
        !            10: 
        !            11: install: patch
        !            12:        install -s patch $(BINDIR)
        !            13:        install -c -m 444 patch.n ${DESTDIR}/usr/man/mann/patch.n
        !            14: 
        !            15: clean:
        !            16:        rm -f patch patch.kit a.out core errs
        !            17: 
        !            18: shar:
        !            19:        shar patch.man patch.c Makefile >patch.kit
        !            20: 
        !            21: lint:
        !            22:        lint -phbvxac patch.c

unix.superglobalmegacorp.com

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