|
|
1.1 root 1: ifneq "" "$(wildcard /bin/mkdirs)"
2: MKDIRS = /bin/mkdirs
3: else
4: MKDIRS = /bin/mkdir -p
5: endif
6:
7: all debug install install_only installhdrs kern:
8:
9: clean:
10: rm -f *~
11:
12: installsrc: $(SRCROOT)
13: cp -r -p * $(SRCROOT)
14:
15: $(SRCROOT):
16: $(MKDIRS) $@
17:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.