diff options
Diffstat (limited to 'biology/coalesce/Makefile')
-rw-r--r-- | biology/coalesce/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/biology/coalesce/Makefile b/biology/coalesce/Makefile index 984ed61b1cc..85d25fbd57e 100644 --- a/biology/coalesce/Makefile +++ b/biology/coalesce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= coalesce1.5b @@ -18,6 +18,8 @@ EXDIR= ${PREFIX}/share/examples/coalesce DOCFILES= coalesce.doc errors.doc readme EXFILES= bestree infile intree outfile parmfile seedfile +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA_DIR} ${EXDIR} |