Expand PMF_FN_* macros.
[netbsd-mini2440.git] / x11 / Xserver / hw / xfree86 / Makefile.drivermod
blob508d72ef70bd7a9179f6c70fa67a71aac3b7d277
1 # $NetBSD: Makefile.drivermod,v 1.4 2004/07/13 09:29:45 sekiya Exp $
3 LIB=${MODULE}
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"
10 __archivebuild: .USE
11         ${_MKTARGET_BUILD}
12         rm -rf ${.TARGET}
13         ${LD} -X -r ${.ALLSRC:M*o} -o ${.TARGET}
15 __archiveinstall: .USE
16         ${_MKTARGET_INSTALL}
17         ${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
18             ${SYSPKGTAG} ${.ALLSRC} ${DESTDIR}${LIBDIR}/${MODULE}.o
20 .endif
22 .include <bsd.lib.mk>