aboutsummaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libshouldbeinlibc/Makefile')
-rw-r--r--libshouldbeinlibc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libshouldbeinlibc/Makefile b/libshouldbeinlibc/Makefile
index 04c085bb..2edf15f4 100644
--- a/libshouldbeinlibc/Makefile
+++ b/libshouldbeinlibc/Makefile
@@ -38,6 +38,8 @@ installhdrs = idvec.h timefmt.h maptime.h \
installhdrsubdir = .
+LDLIBS += $(and $(HAVE_LIBCRYPT),-lcrypt)
+
OBJS = $(SRCS:.c=.o)
include ../Makeconf