diff options
Diffstat (limited to 'ham')
-rw-r--r-- | ham/locator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/locator/Makefile b/ham/locator/Makefile index 0dfec4fb6ec..09c0f284abf 100644 --- a/ham/locator/Makefile +++ b/ham/locator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:59 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/01 22:15:59 joerg Exp $ # DISTNAME= locator-0.1 @@ -13,6 +13,8 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= bin +USE_LANGUAGES= c++ + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin |