4f46d1157a
- add or fix RCS ids - fix permission problems (USE_TOOLS etc.) - fix MESSAGE, DESCR, COMMENT problems - other minor tweaks (all reported by pkglint -Wall)
12 lines
326 B
Makefile
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
|