|
|
1.1 ! root 1: export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd ! 2: export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def ! 3: export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule ! 4: export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir ! 5: ! 6: ! 7: include $(MakeInc_cmd) ! 8: include $(MakeInc_def) ! 9: ! 10: INSTINC_SUBDIRS = \ ! 11: mach \ ! 12: default_pager \ ! 13: device \ ! 14: mach_debug \ ! 15: profiling ! 16: ! 17: INSTINC_SUBDIRS_PPC = \ ! 18: mach \ ! 19: profiling ! 20: ! 21: INSTINC_SUBDIRS_I386 = \ ! 22: mach \ ! 23: profiling ! 24: ! 25: EXPINC_SUBDIRS = \ ! 26: mach \ ! 27: device \ ! 28: default_pager \ ! 29: mach_debug \ ! 30: profiling \ ! 31: ddb \ ! 32: kern \ ! 33: ipc \ ! 34: machine \ ! 35: vm \ ! 36: libsa ! 37: ! 38: EXPINC_SUBDIRS_PPC = \ ! 39: mach \ ! 40: ppc \ ! 41: profiling ! 42: ! 43: EXPINC_SUBDIRS_I386 = \ ! 44: mach \ ! 45: i386 \ ! 46: profiling ! 47: ! 48: SETUP_SUBDIRS = \ ! 49: conf ! 50: ! 51: COMP_SUBDIRS = \ ! 52: conf ! 53: ! 54: INST_SUBDIRS = \ ! 55: ! 56: ! 57: include $(MakeInc_rule) ! 58: include $(MakeInc_dir) ! 59: ! 60:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.