Annotation of 43BSDTahoe/new/dipress/include/Makefile, revision 1.1

1.1     ! root        1: #
        !             2: # Copyright (c) 1984, 1985 Xerox Corp.
        !             3: #
        !             4: #
        !             5: #      copy include files to destination
        !             6: 
        !             7: DESTINCLUDE=
        !             8: 
        !             9: INCLUDES= ipnames.h iptokens.h literal.h operator.h
        !            10: 
        !            11: install: $(DESTINCLUDE)
        !            12:        for i in ${INCLUDES}; do \
        !            13:                (install -c -m 644 $$i ${DESTINCLUDE}); done
        !            14: 
        !            15: # Do a "make install" before running this command.
        !            16: # Calling rdist so many times in not very efficient
        !            17: rdist:
        !            18:        for i in ${INCLUDES}; do \
        !            19:                for j in ${DESTMACHINES}; do \
        !            20:                        (rdist -c ${DESTINCLUDE}/$$i $$j); done; done
        !            21: 
        !            22: $(DESTINCLUDE):
        !            23:        mkdir $(DESTINCLUDE)
        !            24: 
        !            25: distribution:
        !            26: 

unix.superglobalmegacorp.com

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