| Commit message (Expand) | Author | Age | Files | Lines |
* | Move bsd.own.mk after make.conf, this allows BINFORMAT to be set in | peter | 1998-06-12 | 1 | -3/+3 |
* | Fixed `make depend', which I broke here about a month ago by moving | bde | 1998-06-09 | 1 | -2/+3 |
* | Recognize ".cpp" as a C++ suffix. | dt | 1998-06-05 | 4 | -13/+14 |
* | Make the whereobj target print it's output without the overhead of | peter | 1998-06-04 | 1 | -2/+2 |
* | Hard coded /usr/lib reference | peter | 1998-06-04 | 1 | -2/+2 |
* | Fix my last commit which got caught in the cvs/cvsup cycle. | jb | 1998-06-03 | 1 | -3/+2 |
* | Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.conf | jb | 1998-06-03 | 1 | -1/+6 |
* | In the case of alpha (only), more than just libc needs to know that | jb | 1998-06-03 | 1 | -1/+2 |
* | add libcipher, and update comments about libdes, libkdb, libkrb etc | peter | 1998-06-01 | 1 | -4/+5 |
* | Fixed double slashes in pathnames. | bde | 1998-05-31 | 1 | -54/+54 |
* | ELF preparation step 2: | sos | 1998-05-26 | 2 | -55/+59 |
* | Complete back-out of the bsd.locale.mk change. | jkh | 1998-05-20 | 4 | -157/+3 |
* | Add rcsid. | mph | 1998-05-20 | 1 | -0/+1 |
* | If LOCALE is not defined, default to USA. Otherwise, bsd.locale.mk | mph | 1998-05-20 | 1 | -0/+4 |
* | Add bsd.locale.mk to the list of files. Whether bsd.locale.mk is | mph | 1998-05-20 | 1 | -4/+4 |
* | PR: misc/6031 | thepish | 1998-05-19 | 1 | -0/+137 |
* | PR: misc/6031 | thepish | 1998-05-19 | 2 | -2/+14 |
* | Add rules to generate PDF files. | wosch | 1998-05-18 | 1 | -1/+9 |
* | Oops, forgot references in previous commit. | bde | 1998-05-15 | 5 | -5/+5 |
* | Support Objective C almost as well as C++. | bde | 1998-05-15 | 5 | -15/+38 |
* | Oops, the lex and yacc sources must be added to SRCS before ${SRCS} | bde | 1998-05-11 | 1 | -40/+40 |
* | Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mk | bde | 1998-05-08 | 2 | -39/+41 |
* | Only include bsd.dep.mk in `mk'files that handle C sources. Abuse | bde | 1998-05-06 | 5 | -31/+29 |
* | Delete stale comment. | wosch | 1998-05-06 | 1 | -4/+2 |
* | Regress to generating foo.c from foo.y via y.tab.c for crufty applications | bde | 1998-05-06 | 1 | -12/+20 |
* | Oops, the symlink from y.tab.h doesn't work until its target exists. | bde | 1998-05-05 | 1 | -2/+2 |
* | Fudge local variables better in the yacc rules so that multiple yacc | bde | 1998-05-04 | 1 | -4/+7 |
* | Generate explicit rules and other infrastructure for lex and yacc | bde | 1998-05-04 | 1 | -1/+27 |
* | Change a couple 'make' to '${MAKE}'. | steve | 1998-05-04 | 1 | -6/+6 |
* | Added -ansi to CWARNFLAGS so that ANSI errors don't come back. | bde | 1998-05-01 | 1 | -2/+2 |
* | Add -pipe to default CFLAGS. The optimization it provides is cheap | jkh | 1998-05-01 | 1 | -2/+2 |
* | Don't include ../Makefile.inc here. bsd.man.mk is always included | bde | 1998-04-27 | 1 | -6/+1 |
* | Support for fine-grained external control of subdir building. | eivind | 1998-03-29 | 1 | -12/+38 |
* | Remove special handling of 'tags' for complex subdir systems | eivind | 1998-03-26 | 1 | -26/+4 |
* | Don't delete "Latest" link if NO_LATEST_LINK is set. | asami | 1998-03-24 | 1 | -2/+5 |
* | Support new version of global. | eivind | 1998-03-23 | 4 | -15/+15 |
* | Use gzip's -n flag so that simple regression tests of `make world' | bde | 1998-03-19 | 1 | -3/+3 |
* | Fixed CLEANFILES. Some temporary files were missing. | bde | 1998-03-19 | 1 | -2/+2 |
* | Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target. | bde | 1998-03-14 | 1 | -6/+10 |
* | Introduce the 'regress' target. | eivind | 1998-03-12 | 6 | -7/+29 |
* | Pass -nostdinc to mkdep for assembler and C files (it was already | bde | 1998-03-07 | 1 | -16/+15 |
* | Fixed generation of extra dependencies: | bde | 1998-03-07 | 1 | -6/+3 |
* | Add ${CXX} to list of variables passed in the environment when | asami | 1998-03-07 | 1 | -2/+3 |
* | If .depend doesn exist, then pretend that all objects depend on all | bde | 1998-03-06 | 1 | -1/+6 |
* | Removed support for now-unused FreeBSD misfeature DPSRCS. | bde | 1998-03-06 | 2 | -6/+4 |
* | Fixed dependency of ${PROG} on ${DPSRCS}. There were various races | bde | 1998-03-06 | 1 | -3/+8 |
* | Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}. | bde | 1998-03-06 | 1 | -6/+9 |
* | Removed clean target. Simply add to CLEANFILES so that the default target | bde | 1998-02-25 | 1 | -10/+2 |
* | Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk can | bde | 1998-02-25 | 1 | -3/+8 |
* | Don't add ${DOC}.ascii* to CLEANFILES twice. | bde | 1998-02-25 | 1 | -5/+5 |