20 lines
348 B
Makefile
Raw Normal View History

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