aboutsummaryrefslogtreecommitdiff
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 e8a953f..72a208d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ CC = gcc
OBJS = trace.o symbols.o stack.o
pvtrace: $(OBJS)
- gcc -o $@ $(OBJS)
+ gcc -o $@ $(OBJS) -lbsd
.c.o:
$(CC) $(CFLAGS) -Wall -c $<