mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 06:05:19 -04:00
9 lines
193 B
Makefile
9 lines
193 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/09/24 21:43:14 dbj Exp $
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}uudecode
|
|
HOST_SRCDIR= usr.bin/uudecode
|
|
|
|
HOST_CPPFLAGS= -DNO_BASE64
|
|
|
|
.include "${.CURDIR}/../Makefile.host"
|