xref: /netbsd-src/lib/i18n_module/UTF7/Makefile (revision a7e090f70e491979434963c9a27df4020fe0a18b)
1#	$NetBSD: Makefile,v 1.3 2008/08/29 00:02:22 gmcgarry Exp $
2
3SRCPRE=citrus_
4.include <bsd.lib.mk>
5
6.if ${MACHINE_ARCH} == "vax" && defined(HAVE_GCC) && ${HAVE_GCC} > 3
7COPTS.citrus_utf7.c+=	-O0
8.endif
9