summaryrefslogtreecommitdiff
path: root/cad/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2004-03-20 19:06:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2004-03-20 19:06:44 +0000
commit0cc19889124d8b604d212bb2abfda35f16dc7594 (patch)
tree179809a101ddf82e43378348786dfd3699f47523 /cad/Makefile
parentBack out my previous commit. There was already a better fix in CVS (diff)
Reorder those files
Notes
Notes: svn path=/head/; revision=104767
Diffstat (limited to 'cad/Makefile')
-rw-r--r--cad/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile
index 85ab07ad96dd..be4174afaef0 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
#
- SUBDIR += ziarc
SUBDIR += admesh
SUBDIR += astk-client
@@ -48,5 +47,6 @@
SUBDIR += varkon
SUBDIR += vipec
SUBDIR += xcircuit
+ SUBDIR += ziarc
.include <bsd.port.subdir.mk>