1#	$NetBSD: Makefile,v 1.3 2006/09/24 21:43:14 dbj Exp $
2
3HOSTPROGNAME=	${_TOOL_PREFIX}uudecode
4HOST_SRCDIR=	usr.bin/uudecode
5
6HOST_CPPFLAGS=	-DNO_BASE64
7
8.include "${.CURDIR}/../Makefile.host"
9