NetBSD/tools/uudecode/Makefile

9 lines
199 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/09/18 01:47:11 christos Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}uudecode
HOST_SRCDIR= usr.bin/uudecode
HOST_CPPFLAGS+= -DNO_BASE64
.include "${.CURDIR}/../Makefile.host"