1: #include "whoami.h" 2: 3: #ifdef UCB_AUTOBOOT 4: 5: / This file is a dummy to keep the Makefile the same with AUTOBOOT disabled. 6: / It should be replaced by the correct boot file from sys/conf 7: / to actually use it. 8: 9: / Intentional error if AUTOBOOT is enabled with this file is installed: 10: jmp How2Boot / WRONG!!! 11: 12: #endif UCB_AUTOBOOT