diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-04-06 21:46:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-04-06 21:46:44 +0000 |
| commit | 1c62f9235432ba2d295bf1e760624d00655375d7 (patch) | |
| tree | 6134d5a9092b743af5a94a687a2730463db71e70 /tools | |
| parent | 5ceb21ff5d40a45a54e8a6cfd601be6c277d882f (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/Makefile | 2 | ||||
| -rw-r--r-- | tools/build/Makefile.boot | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile index adde04a56619..2dc1a27eaf8b 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 74c51196b71b..4ad522e4e505 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}) |
