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