about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorTodd Fries <todd@fries.net>2011-02-25 18:10:04 +0000
committerTodd Fries <todd@fries.net>2011-02-25 18:10:04 +0000
commit3e09c531a98f1e764d9b6294cc0ef401a1904b52 (patch)
treee90899b48b2a3866e07edfd2f4fc687a03199281 /Makefile
parent6a9fd851c57e65271735814495f4ea1105ea06e6 (diff)
downloadxombrero-3e09c531a98f1e764d9b6294cc0ef401a1904b52.tar.gz
o depend on xxxterm and xxxterm.cat1
o release based on CVS/Root
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e87d68..9ade2dc 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ beforeinstall:
 
 ${PROG} ${OBJS} beforedepend: ${.CURDIR}/javascript.h
 
-release:
+release: xxxterm xxxterm.cat1
 	@sh ${.CURDIR}/release.sh ${.CURDIR}
 
 .include <bsd.prog.mk>