diff --git a/lib/Makefile b/lib/Makefile index aad8362814d5..0f5294fc9cf2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -167,7 +167,7 @@ _libnetgraph= libnetgraph _libypclnt= libypclnt .endif -.if ${MACHINE_ARCH} == "i386" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" .if ${MK_NCP} != "no" _libncp= libncp .endif @@ -181,15 +181,6 @@ _libefi= libefi _libsmb= libsmb .endif -.if ${MACHINE_ARCH} == "amd64" -.if ${MK_NCP} != "no" -_libncp= libncp -.endif -_libsmb= libsmb -_libvgl= libvgl -_libproc= libproc -.endif - .if ${MACHINE_CPUARCH} == "powerpc" _libsmb= libsmb .endif