diff options
author | mat <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-03-20 19:06:44 +0000 |
commit | cdd981b7ded571627316688b1ed41de2aa76a85a (patch) | |
tree | eb2bcec66d07669b3fd76d051e83284e742e0a10 /cad/Makefile | |
parent | 3fb3f8e9b98819a2a50b5c48cb2dd8e442f97096 (diff) | |
download | FreeBSD-ports-cdd981b7ded571627316688b1ed41de2aa76a85a.zip FreeBSD-ports-cdd981b7ded571627316688b1ed41de2aa76a85a.tar.gz |
Reorder those files
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 85ab07a..be4174a 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> |