Annotation of 43BSD/contrib/dipress/include/Makefile, revision 1.1.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 texttoken.h
                     10: 
                     11: install: $(DESTINCLUDE)
                     12:        for i in ${INCLUDES}; do \
                     13:                (install -c -m 644 $$i ${DESTINCLUDE}); done
                     14: 
                     15: $(DESTINCLUDE):
                     16:        mkdir $(DESTINCLUDE)
                     17: 
                     18: distribution:
                     19: 

unix.superglobalmegacorp.com

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