diff options
Diffstat (limited to 'devel/elfsh')
-rw-r--r-- | devel/elfsh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile index 0285643c3dd..d8f93fd6f8c 100644 --- a/devel/elfsh/Makefile +++ b/devel/elfsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:20 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:46 jlam Exp $ # VERS= 0.51b3 @@ -24,6 +24,8 @@ SUBST_CLASSES+= elfsh # XXX This package should be converted to use libtool +INSTALLATION_DIRS= bin include lib + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vm/elfsh ${PREFIX}/bin/elfsh ${INSTALL_DATA} ${WRKSRC}/libelfsh/libelfsh.a ${PREFIX}/lib/libelfsh.a |