pkgsrc-wip/pike-core/Makefile.modules_common
Sergey Svishchev 4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00

12 lines
326 B
Makefile

# $NetBSD: Makefile.modules_common,v 1.4 2006/10/29 11:23:11 shattered Exp $
DEPENDS+= pike-core-${PIKE_VERSION}:../../wip/pike-core
do-build:
cd ${WRKSRC} && make module_objects #post_module_objects
do-install:
for so in ${MODULE_SO}; do \
${INSTALL_DATA} ${WRKSRC}/lib/modules/$${so} \
${PIKE_MODULE_DIR}; \
done