diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-09-27 23:36:59 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-09-27 23:36:59 +0000 |
commit | 7b86174cc4257be9ad9be4fcb9c5f16ceb0f5ca9 (patch) | |
tree | 336b82a63939f2eb2ad02f84f3a797ae2fda5b09 /biology | |
parent | a328110a9560223b658aa2c2ef8817d860bb466a (diff) | |
download | pkgsrc-7b86174cc4257be9ad9be4fcb9c5f16ceb0f5ca9.tar.gz |
Add/enable sewer
Diffstat (limited to 'biology')
-rw-r--r-- | biology/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/Makefile b/biology/Makefile index 877ad65a637..7ae357fbd9f 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/09/27 23:18:55 jschauma Exp $ +# $NetBSD: Makefile,v 1.16 2003/09/27 23:36:59 jschauma Exp $ # COMMENT= Software for the biological sciences @@ -16,5 +16,6 @@ SUBDIR+= phylip SUBDIR+= profit SUBDIR+= puzzle SUBDIR+= rasmol +SUBDIR+= sewer .include "../mk/bsd.pkg.subdir.mk" |