Simplify the Makefile. The i386 and amd64 sections are equal.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
54bb94d764
commit
a2d3d1e267
11
lib/Makefile
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user