1 # $NetBSD: Makefile.drivermod,v 1.4 2004/07/13 09:29:45 sekiya Exp $
5 # XXX this is a really bad hack to install an archive as a .o
6 # This hack is not required for targets that use the dlopen() module scheme.
8 .if ${MACHINE} != "sgimips"
13 ${LD} -X -r ${.ALLSRC:M*o} -o ${.TARGET}
15 __archiveinstall: .USE
17 ${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
18 ${SYSPKGTAG} ${.ALLSRC} ${DESTDIR}${LIBDIR}/${MODULE}.o