|
|
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:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.