freebsd-dev/targets/pseudo/toolchain/Makefile.depend
2014-11-30 18:45:46 +00:00

20 lines
348 B
Makefile

# $FreeBSD$
# This file is not autogenerated - take care!
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
.if !defined(MK_CLANG)
.include "${SRCTOP}/share/mk/src.opts.mk"
.endif
DIRDEPS= usr.bin/xinstall
.if ${MK_CLANG} == "yes"
DIRDEPS+= targets/pseudo/clang
.endif
.if ${MK_GCC} == "yes"
DIRDEPS+= targets/pseudo/gcc
.endif
.include <dirdeps.mk>