BUILD: makefile: enable crypt(3) for NetBSD

Allow NetBSD to support encrypted passwords in Userlists.
This commit is contained in:
Brad Smith 2022-08-13 00:57:31 -04:00 committed by Willy Tarreau
parent ef9d594839
commit 2f105b8a45

View File

@ -453,8 +453,8 @@ endif
# NetBSD 8 and above
ifeq ($(TARGET),netbsd)
set_target_defaults = $(call default_opts, \
USE_POLL USE_TPROXY USE_THREAD USE_KQUEUE USE_ACCEPT4 USE_CLOSEFROM \
USE_GETADDRINFO)
USE_POLL USE_TPROXY USE_LIBCRYPT USE_THREAD USE_KQUEUE USE_ACCEPT4 \
USE_CLOSEFROM USE_GETADDRINFO)
endif
# AIX 5.1 only