summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Move bsd.own.mk after make.conf, this allows BINFORMAT to be set inpeter1998-06-121-3/+3
* Fixed `make depend', which I broke here about a month ago by movingbde1998-06-091-2/+3
* Recognize ".cpp" as a C++ suffix.dt1998-06-054-13/+14
* Make the whereobj target print it's output without the overhead ofpeter1998-06-041-2/+2
* Hard coded /usr/lib referencepeter1998-06-041-2/+2
* Fix my last commit which got caught in the cvs/cvsup cycle.jb1998-06-031-3/+2
* Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.confjb1998-06-031-1/+6
* In the case of alpha (only), more than just libc needs to know thatjb1998-06-031-1/+2
* add libcipher, and update comments about libdes, libkdb, libkrb etcpeter1998-06-011-4/+5
* Fixed double slashes in pathnames.bde1998-05-311-54/+54
* ELF preparation step 2:sos1998-05-262-55/+59
* Complete back-out of the bsd.locale.mk change.jkh1998-05-204-157/+3
* 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
OpenPOWER on IntegriCloud