summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/Makefile b/lib/Makefile
index aad8362..0f5294f 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
OpenPOWER on IntegriCloud