diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
| commit | 2e564269d0af3703815a10effe03c1f1773c9a46 (patch) | |
| tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /lib/Makefile | |
| parent | f9e26776a6149cb54a6b488f1c4465598d0015cf (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Makefile b/lib/Makefile index ae2592473e2d2..431abf4f287bd 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -100,7 +100,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ ${_librtld_db} \ ${_libsdp} \ ${_libsm} \ - ${_libsmb} \ ${_libsmdb} \ ${_libsmutil} \ libstand \ @@ -188,7 +187,6 @@ _libypclnt= libypclnt .endif .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" -_libsmb= libsmb _libvgl= libvgl _libproc= libproc _librtld_db= librtld_db @@ -196,7 +194,6 @@ _librtld_db= librtld_db .if ${MACHINE_CPUARCH} == "ia64" _libefi= libefi -_libsmb= libsmb .endif .if ${MACHINE_CPUARCH} == "mips" @@ -204,14 +201,6 @@ _libproc= libproc _librtld_db= librtld_db .endif -.if ${MACHINE_CPUARCH} == "powerpc" -_libsmb= libsmb -.endif - -.if ${MACHINE_CPUARCH} == "sparc64" -_libsmb= libsmb -.endif - .if ${MK_OPENSSL} != "no" _libmp= libmp .endif |
