aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2012-11-08 21:24:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2012-11-08 21:24:17 +0000
commit7cd2dcf07629713e5a3d60472cfe4701b705a167 (patch)
treeb5c84f0fffb4afc526cfc112218fc0eb81a3021a /sys/boot/ficl
parentc9b6e5b40b3af2fc12dda4fdf87722208b13e99e (diff)
downloadsrc-7cd2dcf07629713e5a3d60472cfe4701b705a167.tar.gz
src-7cd2dcf07629713e5a3d60472cfe4701b705a167.zip
Updated/new Makefile.depend
Notes
Notes: svn path=/projects/bmake/; revision=242788
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile.depend6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/ficl/Makefile.depend b/sys/boot/ficl/Makefile.depend
index 29fda55c252f..ff32eeb23f58 100644
--- a/sys/boot/ficl/Makefile.depend
+++ b/sys/boot/ficl/Makefile.depend
@@ -5,10 +5,16 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DEP_MACHINE := ${.PARSEFILE:E}
DIRDEPS = \
+ include \
+ include/xlocale \
+ lib/libstand \
+ lib/msun \
.include <dirdeps.mk>
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
+softcore.o: softcore.c
+softcore.po: softcore.c
.endif