1 # $FreeBSD$ 2 3 SRCS+= commands.c console.c devopen.c interp.c boot.c bcache.c#XXX: Fixme: Do we need the bcache ? bcache.c 4 SRCS+= interp_backslash.c interp_parse.c ls.c misc.c 5 SRCS+= panic.c calloc.c readdir.c pager.c environment.c fileload.c 6 SRCS+= getopt.c gets.c strdup.c strtol.c strspn.c 7 8 .if ${MACHINE_ARCH} == "ia64" 9 SRCS+= load_elf64.c 10 .endif 11 12 .if defined(LOADER_NET_SUPPORT) 13 #SRCS+= dev_net.c 14 .endif 15 16