Home | History | Annotate | Line # | Download | only in common
      1  1.4     rin #	$NetBSD: Makefile.inc,v 1.4 2024/06/29 08:03:28 rin Exp $
      2  1.1  cherry 
      3  1.3   scole SRCS+=	commands.c console.c devopen.c interp.c boot.c dev_net.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.4     rin SRCS+=  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.3   scole # XXX might need this for different loaders later
     13  1.3   scole #.if defined(LOADER_NET_SUPPORT)
     14  1.1  cherry #SRCS+=	dev_net.c
     15  1.3   scole #.endif
     16  1.1  cherry 
     17