about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-06-25 15:03:38 -0400
committerDavid Hill <dhill@conformal.com>2013-06-25 15:03:38 -0400
commitb44df0139d18448aa9baf9bd8388847a00724e1d (patch)
tree1bde57eb633b95e893cf6925db365046a865e560
parent21fea87cd799c763a38550934f949309429c7e30 (diff)
downloadxombrero-b44df0139d18448aa9baf9bd8388847a00724e1d.tar.gz
fix up netbsd Makefile
-rw-r--r--netbsd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/netbsd/Makefile b/netbsd/Makefile
index b31aa7a..fad2892 100644
--- a/netbsd/Makefile
+++ b/netbsd/Makefile
@@ -74,4 +74,6 @@ beforeinstall:
 	install -m 644 ${.CURDIR}/../style.css ${PREFIX}/share/xombrero
 	install -m 644 ${.CURDIR}/../hsts-preload ${PREFIX}/share/xombrero
 
+${PROG} ${OBJS} beforedepend: javascript.h tooltip.h
+
 .include <bsd.prog.mk>