summaryrefslogtreecommitdiff
path: root/tools/uudecode/Makefile
AgeCommit message (Collapse)Author
2021-09-18Patch the build script and toolchain to allow passing throughchristos
HOST_CPPFLAGS, HOST_CXXFLAGS, but not LIBRARY_PATH because it breaks the build. These variables are necessary to support building NetBSD from a GNU Guix or NixOS host, where /usr/include, /lib, and all but /bin/sh do not exist. In many cases, support for HOST_CPPFLAGS was incomplete. From Ryan Sundberg
2006-09-24implement HOST_CPPFLAGS+= -DNO_BASE64dbj
this fixes cross compiling
2002-12-08Centralize the definition of the tool name prefix (i.e. "nb") intothorpej
bsd.own.mk, as the _TOOL_PREFIX variable.
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
round has been tested on Solaris/x86 and Linux hosts. * Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.