# $NetBSD: Makefile,v 1.4 2014/07/05 19:22:43 dholland Exp $ # @(#)Makefile 8.1 (Berkeley) 8/14/93 SECTION=reference/ref1 ARTICLE=make SRCS= tutorial.ms MACROS= -ms EXTRAHTMLFILES=make1.png make2.png .include body>
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-20Include system headers before private headers. Avoids various possibledholland
symbol conflicts.
2009-08-12sprinkle staticdholland
2009-06-07ANSIfy function declarations. All object file diffs inspected.dholland
2003-04-02Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm
CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
2001-03-25Make mostly gcc -W clean, and other cleanup:jsm
Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.