blob: f45af71719c9e1a99469df27170a95a5691de9c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.28 2007/08/13 08:12:42 rillig Exp $
#
COMMENT= Software for the biological sciences
SUBDIR+= arka
SUBDIR+= azara
SUBDIR+= bioperl
SUBDIR+= chemtool
SUBDIR+= clustalw
SUBDIR+= coalesce
SUBDIR+= fastDNAml
SUBDIR+= fluctuate
SUBDIR+= genesplicer
SUBDIR+= glimmer
SUBDIR+= gp
SUBDIR+= hmmer
SUBDIR+= lucy
SUBDIR+= mummer
SUBDIR+= nut
SUBDIR+= pdbalign
SUBDIR+= phylip
SUBDIR+= profit
SUBDIR+= puzzle
SUBDIR+= py-mol
SUBDIR+= rasmol
SUBDIR+= sewer
SUBDIR+= stride
SUBDIR+= xylem
.include "../mk/misc/category.mk"
|