diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-20 18:04:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-20 18:04:52 +0000 |
commit | 8202221baf843da90012732f36fd5b3c1c104b7a (patch) | |
tree | c9860346d62cf231c7ded3c5f9ba9ab270bee823 /misc/Makefile | |
parent | 6055c390fa88a4b31300ba98e6aec7cf9ef584cb (diff) |
add qmc
Quine-McClusky process simplification tool
Notes
Notes:
svn path=/head/; revision=50269
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ddb0c65048fd..e391b6c49d62 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -159,6 +159,7 @@ SUBDIR += qbrew SUBDIR += qhacc SUBDIR += qlas + SUBDIR += qmc SUBDIR += quantlib SUBDIR += quotes SUBDIR += quranref |