summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-01-20 07:48:10 +0000
committerrafan <rafan@FreeBSD.org>2007-01-20 07:48:10 +0000
commit22d46f6b2193d2e747be3bd96282a4fe988694bc (patch)
tree9965e46b96211b63f4f1e77e98f96f1c8a3ca929 /Makefile.inc1
parent50b1802afa34cb0c88f8cd6f50efbe96f71d842a (diff)
downloadFreeBSD-src-22d46f6b2193d2e747be3bd96282a4fe988694bc.zip
FreeBSD-src-22d46f6b2193d2e747be3bd96282a4fe988694bc.tar.gz
Switch to new ncurses build glue
Approved by: delphij
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 70c9b0c..8bb8680 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -453,7 +453,7 @@ build32:
cd ${.CURDIR}/${_dir}; \
${LIB32MAKE} DESTDIR=${LIB32TMP} obj
.endfor
-.for _dir in lib/libncurses lib/libmagic
+.for _dir in lib/ncurses/ncurses lib/libmagic
cd ${.CURDIR}/${_dir}; \
MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} DESTDIR= build-tools
.endfor
@@ -932,7 +932,7 @@ build-tools:
bin/csh \
bin/sh \
${_rescue} \
- lib/libncurses \
+ lib/ncurses/ncurses \
${_share} \
${_aicasm} \
usr.bin/awk \
@@ -1020,7 +1020,7 @@ _prebuild_libs= ${_kerberos5_lib_libasn1} ${_kerberos5_lib_libkrb5} \
lib/libbz2 lib/libcom_err lib/libcrypt lib/libexpat \
${_lib_libgssapi} ${_lib_libipx} \
lib/libkiconv lib/libkvm lib/libmd \
- lib/libncurses lib/libopie lib/libpam \
+ lib/ncurses/ncurses lib/libopie lib/libpam \
lib/libradius lib/libsbuf lib/libtacplus lib/libutil \
${_lib_libypclnt} lib/libz lib/msun \
${_secure_lib_libcrypto} ${_secure_lib_libssh} \
OpenPOWER on IntegriCloud