about summary refs log tree commit diff stats
path: root/freebsd/Makefile
diff options
context:
space:
mode:
authorStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-03 23:27:24 +0100
committerStevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>2012-01-03 23:27:24 +0100
commit02e49e429bf3990f81373b61dd3044acc20cd393 (patch)
treeca543622585f684a836875137d17bf32c6517adc /freebsd/Makefile
parentcfd919ea2eb2fcfca2f2759cde43b1aeec539d84 (diff)
downloadxombrero-02e49e429bf3990f81373b61dd3044acc20cd393.tar.gz
Merge external editor stuff.
Diffstat (limited to 'freebsd/Makefile')
-rw-r--r--freebsd/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/freebsd/Makefile b/freebsd/Makefile
index 21d9bb1..ebb51e6 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -39,10 +39,12 @@ history.o: ../history.o
 
 completion.o: ../completion.o
 
+externaleditor.o: ../externaleditor.o
+
 ../xxxterm.o: ../javascript.h
 
 xxxterm: xxxterm.o freebsd.o marco.o about.o inspector.o whitelist.o settings.o \
-	cookie.o history.o completion.o inputfocus.o
+	cookie.o history.o completion.o inputfocus.o externaleditor.o
 	$(CC) $(LDFLAGS) -o $@ *.o $+ $(LDADD)
 
 install: all