blob: 4a095f7cbb83dfece1f86dfb4fd4a7a1232fdf86 (
plain)
1
2
3
4
5
6
7
8
|
# $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"
|