mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Put libypclnt behind NO_YP_LIBC
This commit is contained in:
parent
3d1d5bc3c3
commit
b36dfb024f
1 changed files with 6 additions and 2 deletions
|
|
@ -23,8 +23,8 @@
|
|||
# Otherwise, the SUBDIR list should be in alphabetical order.
|
||||
|
||||
SUBDIR= ${_csu} libcom_err libcrypt libkvm msun libmd libncurses \
|
||||
libnetgraph libradius librpcsvc libsbuf libtacplus libutil libypclnt \
|
||||
${_compat} libalias libarchive ${_libatm} ${_libbind} \
|
||||
libnetgraph libradius librpcsvc libsbuf libtacplus libutil \
|
||||
${_libypclnt} ${_compat} libalias libarchive ${_libatm} ${_libbind} \
|
||||
${_libbluetooth} libbsnmp libbz2 libc ${_libc_r} \
|
||||
libcalendar libcam libcompat libdevinfo libdevstat ${_libdisk} \
|
||||
libedit libexpat libfetch libform libftpio libgeom ${_libio} libipsec \
|
||||
|
|
@ -110,4 +110,8 @@ _libdisk= libdisk
|
|||
_libmp= libmp
|
||||
.endif
|
||||
|
||||
.if !defined(NO_YP_LIBC)
|
||||
_libypclnt= libypclnt
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue