Annotation of 43BSDReno/pgrm/pascal/pxref/Makefile, revision 1.1.1.1

1.1       root        1: #      @(#)Makefile    5.2 (Berkeley) 7/3/90
                      2: 
                      3: MAN1=  pxref.0
                      4: 
                      5: all: pxref ${MAN1}
                      6: 
                      7: lint depend:
                      8: 
                      9: clean cleandir:
                     10:        rm -f pxref pxref.o ${MAN1}
                     11: 
                     12: pxref: pxref.p
                     13:        pc -w ${.CURDIR}/pxref.p -o ${.TARGET}
                     14: 
                     15: beforeinstall:
                     16:        install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} pxref \
                     17:            ${DESTDIR}/usr/bin
                     18: 
                     19: .include <bsd.prog.mk>

unix.superglobalmegacorp.com

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