Home | History | Annotate | Line # | Download | only in uudecode
      1 #	$NetBSD: Makefile,v 1.4 2021/09/18 01:47:11 christos Exp $
      2 
      3 HOSTPROGNAME=	${_TOOL_PREFIX}uudecode
      4 HOST_SRCDIR=	usr.bin/uudecode
      5 
      6 HOST_CPPFLAGS+=	-DNO_BASE64
      7 
      8 .include "${.CURDIR}/../Makefile.host"
      9