diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/swarm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index cb9c1d3f654..3eb9eadde9f 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/11/03 21:51:57 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2006/06/01 21:02:01 joerg Exp $ # DISTNAME= swarm-0.61 @@ -12,6 +12,8 @@ COMMENT= Software arm7M core emulator WRKSRC= ${WRKDIR}/swarm BUILD_DIRS= src +USE_LANGUAGES= c++ + INSTALLATION_DIRS= bin do-install: |