summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ee6fb7..7eaa7c2 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
#
CC = gcc
CFLAGS += -g -Wall -pedantic -std=c99 -D_FILE_OFFSET_BITS=64 -O2
-LDFLAGS +=
+LDFLAGS += -lbsd
INCLUDES =
INSTALL = install -c
INSTALL_PROGRAM = ${INSTALL}