diff options
Diffstat (limited to 'netbsd/Makefile')
-rw-r--r-- | netbsd/Makefile | 2 |
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> |