diff options
Diffstat (limited to 'package/exmap/Makefile')
-rw-r--r-- | package/exmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/exmap/Makefile b/package/exmap/Makefile index 1ea6177a7..a09b708df 100644 --- a/package/exmap/Makefile +++ b/package/exmap/Makefile @@ -20,6 +20,7 @@ DISTFILES:= ${PKG_NAME}-console-${PKG_VERSION}.tgz WRKDIST= ${WRKDIR}/${PKG_NAME}-console-${PKG_VERSION} include ${TOPDIR}/mk/package.mk +include ${TOPDIR}/mk/kernel-ver.mk $(eval $(call PKG_template,EXMAP,exmap,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |