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