mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
16 lines
382 B
Makefile
16 lines
382 B
Makefile
# $FreeBSD$
|
|
|
|
SRCS+= commands.c console.c devopen.c interp.c boot.c #XXX: Remove bcache.c
|
|
SRCS+= interp_backslash.c interp_parse.c ls.c misc.c
|
|
SRCS+= panic.c calloc.c readdir.c pager.c environment.c fileload.c
|
|
SRCS+= getopt.c gets.c strdup.c strtol.c strspn.c
|
|
|
|
.if ${MACHINE_ARCH} == "ia64"
|
|
SRCS+= load_elf64.c
|
|
.endif
|
|
|
|
.if defined(LOADER_NET_SUPPORT)
|
|
#SRCS+= dev_net.c
|
|
.endif
|
|
|