diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:38:46 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-05-19 13:38:46 +0000 |
commit | a7634e3e23a9fabff022a3c771d00d1bee11b43e (patch) | |
tree | 1e690118b65aa0ea0ee7ccb083ed2220ede33f65 /biology | |
parent | 7c4ecfacd54b62499b6e9cedface76fdc6649c9b (diff) |
Added deft and ortep3
Notes
Notes:
svn path=/head/; revision=18888
Diffstat (limited to 'biology')
-rw-r--r-- | biology/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/Makefile b/biology/Makefile index 51ecbd13493a..36486a4f9d52 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,11 +1,13 @@ -# $Id: Makefile,v 1.9 1999/05/06 08:18:35 taoka Exp $ +# $Id: Makefile,v 1.10 1999/05/07 06:59:25 taoka Exp $ # SUBDIR += babel + SUBDIR += deft SUBDIR += hmmer SUBDIR += kinemage SUBDIR += molden SUBDIR += mopac + SUBDIR += ortep3 SUBDIR += platon SUBDIR += povchem SUBDIR += psi88 |