diff options
Diffstat (limited to 'ham/locator/Makefile')
-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 44df93e7bfe..0dfec4fb6ec 100644 --- a/ham/locator/Makefile +++ b/ham/locator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:52:08 martti Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= locator-0.1 @@ -11,6 +11,8 @@ COMMENT= Longitudes, latitudes to HAM locator converter NO_CONFIGURE= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin |