diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 01:28:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 01:28:21 +0000 |
| commit | ef313bf93508ddbaee091ea73e2137745e0149ff (patch) | |
| tree | bcc784af53636428372edb780ab7ced734e85138 /sys | |
| parent | 5941aef7738b2d2e3457ff1ae3ff8ff86ae3e9b1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc index b6c3acfbc2197..bf76992f52a75 100644 --- a/sys/boot/common/Makefile.inc +++ b/sys/boot/common/Makefile.inc @@ -1,9 +1,13 @@ # $FreeBSD$ SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c -SRCS+= interp_backslash.c interp_parse.c load_aout.c load_elf.c ls.c misc.c +SRCS+= interp_backslash.c interp_parse.c load_elf.c ls.c misc.c SRCS+= module.c panic.c +.if defined(LOADER_AOUT_SUPPORT) +SRCS+= load_aout.c +.endif + .if defined(LOADER_NET_SUPPORT) SRCS+= dev_net.c .endif |
