diff options
Diffstat (limited to 'comms/vrflash/Makefile')
-rw-r--r-- | comms/vrflash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile index a3643aabee53..8c02fc0ec82a 100644 --- a/comms/vrflash/Makefile +++ b/comms/vrflash/Makefile @@ -11,11 +11,12 @@ COMMENT= Flash kernels and romdisks to the Agenda VR3 LICENSE= GPLv2 +NO_STAGE= yes + GNU_CONFIGURE= yes DOCS= agenda-flashing-overview.txt troubleshooting.txt \ pmon-protect-unprotect.txt usage.txt -NO_STAGE= yes do-install: ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/ .if !defined(NOPORTDOCS) |