| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce SCRIPTS for bsd.prog.mk. See bsd.README for details. | ru | 2001-04-07 | 1 | -2/+29 |
* | Introduce ${PROGNAME}, the name that the program will be installed as, | ru | 2001-04-02 | 1 | -0/+5 |
* | Define MAN to ${PROG}.1 if no manpages were specified, but still | ru | 2001-03-28 | 1 | -1/+2 |
* | Make it possible to build manpages for the entire source tree. | ru | 2001-03-27 | 1 | -1/+6 |
* | Backout botched attempt to introduce MANSECT feature; it | ru | 2001-03-26 | 1 | -4/+1 |
* | Removed _MANPAGES, MANDEPEND and MANSRC. | ru | 2001-03-26 | 1 | -3/+7 |
* | If the MANSECT variable is specified, it will override the default | ru | 2001-03-20 | 1 | -1/+4 |
* | Check for MAN9 for consistency. | ru | 2000-03-23 | 1 | -2/+2 |
* | Removed NOEXTRADEPEND hack. This was only for an old version of makeworld. | bde | 2000-01-09 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS. | hoek | 1999-07-31 | 1 | -2/+7 |
* | "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case. | bde | 1999-05-06 | 1 | -4/+2 |
* | Removed all traces of LN_FLAGS. It was only used to produce a link | bde | 1999-03-23 | 1 | -3/+13 |
* | Introduce a new variable NEED_LIBNAMES. If it is defined, | jdp | 1999-01-22 | 1 | -2/+2 |
* | Removed bitrotted code for setting OBJFORMAT. | bde | 1998-12-06 | 1 | -4/+1 |
* | Allow ``make BINDIR=/foo/games'' to work. | obrien | 1998-10-18 | 1 | -2/+2 |
* | Add a man section 1aout for the legacy man files to avoid them being | jb | 1998-09-07 | 1 | -2/+3 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -4/+4 |
* | Make ../Makefile.inc handling more consistant to prevent multiple includes | peter | 1998-08-08 | 1 | -1/+4 |
* | Recognize ".cpp" as a C++ suffix. | dt | 1998-06-05 | 1 | -2/+2 |
* | Oops, forgot references in previous commit. | bde | 1998-05-15 | 1 | -1/+1 |
* | Support Objective C almost as well as C++. | bde | 1998-05-15 | 1 | -2/+8 |
* | Moved lex and yacc source handling from bsd.prog.mk to bsd.dep.mk | bde | 1998-05-08 | 1 | -38/+1 |
* | 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 |
* | Support new version of global. | eivind | 1998-03-23 | 1 | -3/+3 |
* | Introduce the 'regress' target. | eivind | 1998-03-12 | 1 | -1/+5 |
* | Removed support for now-unused FreeBSD misfeature DPSRCS. | bde | 1998-03-06 | 1 | -3/+2 |
* | Fixed dependency of ${PROG} on ${DPSRCS}. There were various races | bde | 1998-03-06 | 1 | -3/+8 |
* | Removed clean target. Simply add to CLEANFILES so that the default target | bde | 1998-02-25 | 1 | -10/+2 |
* | Limit check for target to smaller section of makefile. | eivind | 1998-02-19 | 1 | -3/+4 |
* | Don't create a ${PROG} target if it already exists. | eivind | 1998-02-19 | 1 | -1/+3 |
* | Postpone the test for non-emptiness of $PROG, $OBJS and $CLEANFILES | helbig | 1998-02-07 | 1 | -5/+4 |
* | Oops, the previous patch was botched. | bde | 1997-12-18 | 1 | -2/+1 |
* | Oops, rm -f can't handle empty lists. | bde | 1997-12-17 | 1 | -1/+5 |
* | Don't clean files that we don't create. | bde | 1997-12-17 | 1 | -4/+4 |
* | Change the BINFORMAT definitions so that they do not depend on sys.mk, | peter | 1997-09-05 | 1 | -1/+4 |
* | A first cut at some rules for building elf shared libs. Of particular | peter | 1997-08-30 | 1 | -1/+11 |
* | Merge buildworld/installworld patch to Makefile from RELENG_2_2. Patch | asami | 1997-08-05 | 1 | -2/+2 |
* | Do not set the application variable LDDESTDIR. Note that it is still honored | asami | 1997-07-31 | 1 | -6/+1 |
* | Make NOSHARED = no / NOSHARED = NO do what you'd expect. | pst | 1997-06-28 | 1 | -2/+2 |
* | Change the distribute targets so that a given item in our source tree | jkh | 1997-06-21 | 1 | -2/+4 |
* | Change CXXINCLUDES to use "g++" explicitly. CXXINCLUDES was defined | asami | 1997-05-23 | 1 | -2/+2 |
* | Pass everything in ${LDADD} directly to the linker for `make depend' | bde | 1997-04-23 | 1 | -2/+2 |
* | Removed unused (and almost unusable) support for LDONLY. See ld/rtld | bde | 1997-04-19 | 1 | -27/+1 |
* | Support GLOBAL style tags. | jkh | 1997-04-13 | 1 | -3/+9 |
* | Use `ld -f' (actually `cc -Wl,-f') at `make depend' time to generate | bde | 1997-04-09 | 1 | -6/+15 |
* | Don't use dot in a chown command. The chown command has been a no-op | bde | 1997-03-08 | 1 | -2/+2 |