# Darwin doesn't need -lcrypt or -lrt# BSD does not need -lrtifneq ($(UNAME),Darwin) LIBS+= -lcryptifneq ($(findstring BSD,$(UNAME)),BSD) LIBS+= -lrtendifendif