diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-20 07:48:10 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-01-20 07:48:10 +0000 |
| commit | af5b5a0f150ebf1a2f96d4d56350297a4fd3daac (patch) | |
| tree | 9965e46b96211b63f4f1e77e98f96f1c8a3ca929 /Makefile.inc1 | |
| parent | f737c0d553ada44280371dfb7e052ae49215570e (diff) | |
Notes
Diffstat (limited to 'Makefile.inc1')
| -rw-r--r-- | Makefile.inc1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 70c9b0c566c6..8bb86809a26f 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} \ |
