|
|
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: DATAFILES = \ ! 11: cpu.h disklabel.h endian.h exec.h label_t.h param.h \ ! 12: profile.h psl.h ptrace.h reboot.h setjmp.h signal.h \ ! 13: spl.h table.h types.h user.h vmparam.h ! 14: ! 15: ! 16: INSTALL_MD_LIST = ${DATAFILES} ! 17: ! 18: INSTALL_MD_DIR = bsd/i386 ! 19: ! 20: EXPORT_MD_LIST = ${DATAFILES} ! 21: ! 22: EXPORT_MD_DIR = i386 ! 23: ! 24: include $(MakeInc_rule) ! 25: include $(MakeInc_dir) ! 26: ! 27:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.