diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-18 04:21:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-18 04:21:53 +0000 |
commit | 6ae8c6909919fd51b5ea6e58fa8b9b3c372f4448 (patch) | |
tree | 556eeffe85606c92ddfa2bfc3f2203b0e325ad7c /cad/Makefile | |
parent | f63bf9a5b834f2a89d289c8eb68c6669d5558401 (diff) | |
download | ports-6ae8c6909919fd51b5ea6e58fa8b9b3c372f4448.tar.gz ports-6ae8c6909919fd51b5ea6e58fa8b9b3c372f4448.zip |
Notes
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index c573d641c067..605047540793 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1997/01/15 07:49:06 asami Exp $ +# $Id: Makefile,v 1.8 1997/11/17 10:53:52 tg Exp $ # SUBDIR += acs @@ -10,5 +10,6 @@ SUBDIR += mars SUBDIR += pcb SUBDIR += spice + SUBDIR += xcircuit .include <bsd.port.subdir.mk> |