diff options
-rw-r--r-- | mail/oe2mbx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/oe2mbx/Makefile b/mail/oe2mbx/Makefile index 110eb6e21b5..90503856635 100644 --- a/mail/oe2mbx/Makefile +++ b/mail/oe2mbx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/02/05 16:27:39 zuntum Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/01 03:00:17 reed Exp $ # DISTNAME= oe2mbx-1.21 @@ -17,6 +17,7 @@ MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" BUILD_TARGET= liboe oe2mbx +INSTALLATION_DIRS= bin lib include pre-build: cd ${WRKSRC} && ${MAKE_PROGRAM} clean |