summaryrefslogtreecommitdiff
path: root/mk/djbware.mk
AgeCommit message (Collapse)AuthorFilesLines
2005-04-10Remove <errno.h> TODO item -- it's fine as is. Rationale: theschmonz1-2/+1
current subst.mk hack does not cause any change in behavior on any platform where the software already compiles and runs. Thanks rillig@ for suggesting this.
2005-03-23Replace inline definitions of errno with "#include <errno.h>" toschmonz1-2/+14
fix compilation on systems with glibc 2.3.1 or newer.
2005-03-23Add a Makefile fragment for packages with djb-style build machinery.schmonz1-0/+64
Common functions provided: * a boilerplate RESTRICTED clause * typical defaults for BUILD_TARGET and INSTALL_TARGET * typical values for conf-* files