Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
# Darwin doesn't need -lcrypt or -lrt # BSD does not need -lrt ifneq ($(UNAME),Darwin) LIBS+= -lcrypt ifneq ($(findstring BSD,$(UNAME)),BSD) LIBS+= -lrt endif endif
From the Design Piracy series on my blog: