summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3210093..afb841d 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ LDFLAGS += -ledit
 endif
 ifneq ($(shell uname),Darwin)
 LDFLAGS += -lcurses
+ifeq ($(shell uname),Linux)
+LDFLAGS += -lbsd
+endif
 endif
 else
 CFLAGS += -DSMALL=1