summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Add rcsid.mph1998-05-201-0/+1
* If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mkmph1998-05-201-0/+4
* Add bsd.locale.mk to the list of files. Whether bsd.locale.mk ismph1998-05-201-4/+4
* PR: misc/6031thepish1998-05-191-0/+137
* PR: misc/6031thepish1998-05-192-2/+14
* Add rules to generate PDF files.wosch1998-05-181-1/+9
* Oops, forgot references in previous commit.bde1998-05-155-5/+5
* Support Objective C almost as well as C++.bde1998-05-155-15/+38
* Oops, the lex and yacc sources must be added to SRCS before ${SRCS}bde1998-05-111-40/+40
* Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mkbde1998-05-082-39/+41
* Only include bsd.dep.mk in `mk'files that handle C sources. Abusebde1998-05-065-31/+29
* Delete stale comment.wosch1998-05-061-4/+2
* Regress to generating foo.c from foo.y via y.tab.c for crufty applicationsbde1998-05-061-12/+20
* Oops, the symlink from y.tab.h doesn't work until its target exists.bde1998-05-051-2/+2
* Fudge local variables better in the yacc rules so that multiple yaccbde1998-05-041-4/+7
* Generate explicit rules and other infrastructure for lex and yaccbde1998-05-041-1/+27
* Change a couple 'make' to '${MAKE}'.steve1998-05-041-6/+6
* Added -ansi to CWARNFLAGS so that ANSI errors don't come back.bde1998-05-011-2/+2
* Add -pipe to default CFLAGS. The optimization it provides is cheapjkh1998-05-011-2/+2
* Don't include ../Makefile.inc here. bsd.man.mk is always includedbde1998-04-271-6/+1
* Support for fine-grained external control of subdir building.eivind1998-03-291-12/+38
* Remove special handling of 'tags' for complex subdir systemseivind1998-03-261-26/+4
* Don't delete "Latest" link if NO_LATEST_LINK is set.asami1998-03-241-2/+5
* Support new version of global.eivind1998-03-234-15/+15
* Use gzip's -n flag so that simple regression tests of `make world'bde1998-03-191-3/+3
* Fixed CLEANFILES. Some temporary files were missing.bde1998-03-191-2/+2
* Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target.bde1998-03-141-6/+10
* Introduce the 'regress' target.eivind1998-03-126-7/+29
* Pass -nostdinc to mkdep for assembler and C files (it was alreadybde1998-03-071-16/+15
* Fixed generation of extra dependencies:bde1998-03-071-6/+3
* Add ${CXX} to list of variables passed in the environment whenasami1998-03-071-2/+3
* If .depend doesn exist, then pretend that all objects depend on allbde1998-03-061-1/+6
* Removed support for now-unused FreeBSD misfeature DPSRCS.bde1998-03-062-6/+4
* Fixed dependency of ${PROG} on ${DPSRCS}. There were various racesbde1998-03-061-3/+8
* Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.bde1998-03-061-6/+9
* Removed clean target. Simply add to CLEANFILES so that the default targetbde1998-02-251-10/+2
* Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk canbde1998-02-251-3/+8
* Don't add ${DOC}.ascii* to CLEANFILES twice.bde1998-02-251-5/+5
* Removed default tags target. It was identical to the central one inbde1998-02-201-13/+1
* Removed default tags target. PROG is always defined here, so ifdefingbde1998-02-201-20/+2
* Don't pass the undocumented flags `-se' to gtags (gtags ignores them forbde1998-02-201-2/+2
* Fixed cleaning of tags files. GSYMS was forgotten.bde1998-02-201-2/+2
* Limit check for target to smaller section of makefile.eivind1998-02-191-3/+4
* (1) Don't disable "deinstall" if IGNORE is set.asami1998-02-191-2/+3
* Don't create a ${PROG} target if it already exists.eivind1998-02-191-1/+3
* Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILEShelbig1998-02-071-5/+4
* (1) Improve the obsolete tcl/tk detection and dignosis.asami1998-02-041-9/+25
* Restrict the include search path using -nostdinc -I- in $(CFLAGS} asbde1998-02-011-3/+12
* Allow package building in current directory again.obrien1998-01-311-2/+6
* Generate symlinks to the "sys" and <machine> directories and putbde1998-01-261-12/+37
OpenPOWER on IntegriCloud