target to build toolchain

This commit is contained in:
Simon J. Gerraty 2013-02-16 05:22:48 +00:00
parent b068afb4a2
commit 945407b1e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=246871
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# $FreeBSD$
.include "../Makefile.inc"

View File

@ -0,0 +1,12 @@
# $FreeBSD$
# This file is not autogenerated - take care!
DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
DIRDEPS = \
pkgs/pseudo/clang \
pkgs/pseudo/gcc \
usr.bin/xinstall \
.include <dirdeps.mk>