2013-02-16 05:22:48 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
# This file is not autogenerated - take care!
|
|
|
|
|
|
|
|
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
|
|
|
|
|
2014-05-04 16:39:18 +00:00
|
|
|
.if !defined(MK_CLANG)
|
2014-05-10 05:14:29 +00:00
|
|
|
.include "${SRCTOP}/share/mk/src.opts.mk"
|
2014-05-04 16:39:18 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
DIRDEPS= usr.bin/xinstall
|
|
|
|
.if ${MK_CLANG} == "yes"
|
2014-11-30 18:45:46 +00:00
|
|
|
DIRDEPS+= targets/pseudo/clang
|
2014-05-04 16:39:18 +00:00
|
|
|
.endif
|
|
|
|
.if ${MK_GCC} == "yes"
|
2014-11-30 18:45:46 +00:00
|
|
|
DIRDEPS+= targets/pseudo/gcc
|
2014-05-04 16:39:18 +00:00
|
|
|
.endif
|
2013-02-16 05:22:48 +00:00
|
|
|
|
|
|
|
.include <dirdeps.mk>
|