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