diff options
Diffstat (limited to 'ham/wwl/Makefile')
-rw-r--r-- | ham/wwl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/wwl/Makefile b/ham/wwl/Makefile index 338eb223bba..0ba05493691 100644 --- a/ham/wwl/Makefile +++ b/ham/wwl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:36 agc Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= wwl-1.2 @@ -12,6 +12,8 @@ COMMENT= Calculates distance (qrb) WRKSRC= ${WRKDIR}/wwl NO_CONFIGURE= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin |