diff options
author | dmcmahill <dmcmahill> | 2004-10-01 22:56:10 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2004-10-01 22:56:10 +0000 |
commit | 800b88e2c1310ab986a7a73f28b25fad05139578 (patch) | |
tree | 8c4d8e5a120d90967972d67ec8f34e6575c08d70 /cad/Makefile | |
parent | 6ce9ddcfb866de2025d75fa3ade9b776c746e8d5 (diff) | |
download | pkgsrc-800b88e2c1310ab986a7a73f28b25fad05139578.tar.gz |
Move cad/tnt to cad/tnt-mmtl and rename the tnt executible from
tnt to tnt-mmtl to avoid a conflict with ham/tnt. Addresses PR27100
from Berndt Josef Wulf.
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/Makefile b/cad/Makefile index 531a07d22d4..1584bf99777 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2004/09/29 12:50:43 wulf Exp $ +# $NetBSD: Makefile,v 1.56 2004/10/01 22:56:10 dmcmahill Exp $ # COMMENT= CAD tools @@ -47,7 +47,7 @@ SUBDIR+= simian-docs SUBDIR+= spice SUBDIR+= spiceprm SUBDIR+= tkgate -SUBDIR+= tnt +SUBDIR+= tnt-mmtl SUBDIR+= transcalc SUBDIR+= verilog SUBDIR+= verilog-current |