diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-08 05:34:51 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-08 05:34:51 +0000 |
commit | 09ffb2e758b50cea5f50b97ad934806c8f6cc844 (patch) | |
tree | 59ede3db158b48afbdee589a2e87cfe0b6e07b00 /databases/hk_classes/Makefile | |
parent | 987448a8b5df74cac543a4683ee160131bcd5a12 (diff) |
Notes
Diffstat (limited to 'databases/hk_classes/Makefile')
-rw-r--r-- | databases/hk_classes/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/hk_classes/Makefile b/databases/hk_classes/Makefile index fb08ffb9dd6b..04b4d9d7c3ba 100644 --- a/databases/hk_classes/Makefile +++ b/databases/hk_classes/Makefile @@ -32,6 +32,9 @@ OPTIONS= MYSQL "Build MySQL driver" on \ POSTGRESQL "Build PostrgreSQL driver" off \ ODBC "Build unixODBC driver" off +MAN1= hk_report.1man hk_actionquery.1man hk_exportxml.1man \ + hk_exporthtml.1man hk_exportcsv.1man hk_importcsv.1man + .include <bsd.port.pre.mk> .if !defined(WITHOUT_MYSQL) |