From 2f105b8a457625491f06c40ddea8d43b1ed5c561 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 13 Aug 2022 00:57:31 -0400 Subject: [PATCH] BUILD: makefile: enable crypt(3) for NetBSD Allow NetBSD to support encrypted passwords in Userlists. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 580cf6f9e..10c9ef7b4 100644 --- a/Makefile +++ b/Makefile @@ -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