--- src/sys/boot/common/Makefile.inc 2005/02/20 16:30:39 1.4 +++ src/sys/boot/common/Makefile.inc 2008/09/02 17:21:12 1.5 @@ -3,7 +3,7 @@ SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c SRCS+= interp_backslash.c interp_parse.c ls.c misc.c -SRCS+= module.c panic.c +SRCS+= module.c panic.c rel_open.c .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" SRCS+= load_elf32.c load_elf64.c