xref: /netbsd-src/tools/uudecode/Makefile (revision a04395531661c5e8d314125d5ae77d4cbedd5d73)
1#	$NetBSD: Makefile,v 1.4 2021/09/18 01:47:11 christos Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}uudecode
4HOST_SRCDIR=	usr.bin/uudecode
5
6HOST_CPPFLAGS+=	-DNO_BASE64
7
8.include "${.CURDIR}/../Makefile.host"
9