summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/Makefile2
-rw-r--r--tools/build/Makefile.boot8
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index adde04a..2dc1a27 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../include
-LIB= build
+LIB= egacy
SRCS=
INCSGROUPS= INCS
INCS=
diff --git a/tools/build/Makefile.boot b/tools/build/Makefile.boot
index 74c51196..4ad522e 100644
--- a/tools/build/Makefile.boot
+++ b/tools/build/Makefile.boot
@@ -9,10 +9,10 @@
CFLAGS+= -D__FBSDID=__RCSID
.endif
-CFLAGS+= -I${WORLDTMP}/build/usr/include
-DPADD= ${WORLDTMP}/build/usr/lib/libbuild.a
-LDADD= -lbuild
-LDFLAGS= -L${WORLDTMP}/build/usr/lib
+CFLAGS+= -I${WORLDTMP}/legacy/usr/include
+DPADD= ${WORLDTMP}/legacy/usr/lib/libegacy.a
+LDADD= -legacy
+LDFLAGS= -L${WORLDTMP}/legacy/usr/lib
OLD_MAKE_CONF?= /etc/make.conf
.if exists(${OLD_MAKE_CONF})
OpenPOWER on IntegriCloud