about summary refs log tree commit diff stats
path: root/freebsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r--freebsd/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index a088b83..8834693 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -35,9 +35,14 @@ cookie.o: ../cookie.o
 
 inputfocus.o: ../inputfocus.o
 
+history.o: ../history.o
+
+completion.o: ../completion.o
+
 ../xxxterm.o: ../javascript.h
 
-xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o cookie.o
+xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o \
+	cookie.o history.o completion.o
 	$(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD)
 
 install: all