diff options
Diffstat (limited to 'emulators/dynamips/Makefile')
-rw-r--r-- | emulators/dynamips/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/dynamips/Makefile b/emulators/dynamips/Makefile index 4c5517b32d5..91248b4caa5 100644 --- a/emulators/dynamips/Makefile +++ b/emulators/dynamips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/03/03 19:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2008/04/07 17:00:14 joerg Exp $ DISTNAME= dynamips-0.2.7 CATEGORIES= emulators @@ -22,6 +22,8 @@ SUBST_FILES.libelf= dynamips.h rom2c.c SUBST_SED.libelf= -e 's,<libelf.h>,<libelf/libelf.h>,' SUBST_MESSAGE.libelf= Fix libelf header file path +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dynamips ${DESTDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/nvram_export ${DESTDIR}${PREFIX}/bin |