blob: 8a09aa7c0eb3bcab3059a90e0ebfb3aa836332b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.11 2003/09/26 03:18:15 jschauma Exp $
#
COMMENT= Software for the biological sciences
SUBDIR+= bioperl
SUBDIR+= chemtool
SUBDIR+= clustalw
SUBDIR+= fastDNAml
SUBDIR+= nut
SUBDIR+= pdbalign
SUBDIR+= phylip
SUBDIR+= puzzle
SUBDIR+= rasmol
.include "../mk/bsd.pkg.subdir.mk"
|