Simplify the Makefile. The i386 and amd64 sections are equal.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-07-31 14:53:43 +00:00
parent 54bb94d764
commit a2d3d1e267
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=210683

View File

@ -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