| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a hook ``MANFILTER''. This optionally specifies a command to | peter | 1996-08-11 | 1 | -1/+22 |
* | Replace some leaky ``cpp | as'' pipelines with ``cc -x <lang>'' commands | peter | 1996-08-11 | 1 | -13/+10 |
* | Make explanation of BUILD_DEPENDS less confusing. | asami | 1996-08-07 | 1 | -3/+3 |
* | Use tsort -q | jkh | 1996-08-03 | 1 | -4/+4 |
* | The clean rule in here was bogus. | jkh | 1996-07-27 | 1 | -4/+1 |
* | Fixed bug, that CONFIGURE_SCRIPT in a port's Makefile doesn't have | andreas | 1996-07-27 | 1 | -3/+3 |
* | Fix the recently added whereobj target. | peter | 1996-07-14 | 1 | -4/+4 |
* | Add whereobj target to find that pesky obj dir | pst | 1996-07-12 | 1 | -1/+17 |
* | Remove now-unused SRC_ENCAPSULATION hack. | jkh | 1996-07-05 | 1 | -29/+1 |
* | Fix the ordering dependency I broke. | jkh | 1996-06-30 | 1 | -2/+2 |
* | Make cleandirs more safe | phk | 1996-06-29 | 2 | -4/+4 |
* | Add a missing space in a comment | gpalmer | 1996-06-26 | 1 | -2/+2 |
* | Add default targets for cleandepend and objlink. | jkh | 1996-06-24 | 1 | -2/+2 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 11 | -279/+126 |
* | Correct spelling errors (i before e except after c :-) ) | gpalmer | 1996-06-22 | 1 | -3/+3 |
* | Add man-page section 'n' and LIBTCL macro. | phk | 1996-06-22 | 2 | -3/+4 |
* | Handle the `distribute' target. | jkh | 1996-06-20 | 1 | -1/+7 |
* | Whoops - I made `make clean' chatty by mistake. | jkh | 1996-06-20 | 1 | -2/+2 |
* | The changes to go with ncftp -> fetch. Besides changing the names, | asami | 1996-06-19 | 1 | -11/+12 |
* | Spit out the a proper port path for the describe target. | jkh | 1996-06-19 | 1 | -2/+2 |
* | Ok, now cleandir: is correct. | jkh | 1996-06-19 | 1 | -4/+4 |
* | Add some unobtrusive changes to handle sources which aren't ports | jkh | 1996-06-19 | 1 | -53/+106 |
* | Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir. | phk | 1996-06-17 | 3 | -3/+17 |
* | Synced with Makefile.i386: added -Wunused. | bde | 1996-06-17 | 1 | -2/+2 |
* | Add LIBFTPIO | jkh | 1996-06-17 | 1 | -1/+2 |
* | Add "MASTER_SITES?=" (no this is not a typo) right before the | asami | 1996-06-13 | 1 | -1/+2 |
* | Fix incorrect handling of .cxx files in default rules. | jfieber | 1996-06-03 | 1 | -4/+4 |
* | Back out yacc change. | phk | 1996-06-02 | 1 | -8/+11 |
* | Add some comments to sections to disable targets using NO_* variables. | asami | 1996-06-01 | 1 | -6/+12 |
* | Make the yacc rules reentrant | phk | 1996-05-30 | 1 | -12/+9 |
* | Set MAKE_ENV and CONFIGURE_ARGS with += instead of ?=, it is easier to | asami | 1996-05-30 | 1 | -3/+3 |
* | Avoid a ton of "mv" when making libs by using -O to ld. | phk | 1996-05-28 | 2 | -43/+24 |
* | `make install' do not depend on `make all' | wosch | 1996-05-27 | 1 | -58/+62 |
* | Add a note that MAKEOBJDIR is an enviroment variable | wosch | 1996-05-27 | 1 | -2/+8 |
* | Add some comments for variables and targets. | wosch | 1996-05-25 | 4 | -5/+272 |
* | speedup MLINKS | wosch | 1996-05-25 | 1 | -14/+12 |
* | Make some rules reentrant, and mark the onces that cannot be. | phk | 1996-05-09 | 2 | -32/+38 |
* | Fix a minor grammatical error (reselled -> resold) I just noticed. | jkh | 1996-04-27 | 1 | -2/+2 |
* | Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up. | asami | 1996-04-26 | 1 | -2/+2 |
* | New variable NOOBJLINK | wosch | 1996-04-22 | 1 | -9/+46 |
* | Add "-x" to the linker command for building shared libraries. This | jdp | 1996-04-21 | 1 | -2/+2 |
* | install bsd.obj.mk | wosch | 1996-04-12 | 1 | -2/+2 |
* | Add NO_CDROM, RESTRICTED, BROKEN and Motif support. | asami | 1996-04-12 | 1 | -9/+50 |
* | remove variables KMODGRP?=, KMODOWN?=, KMODMODE?= | wosch | 1996-04-11 | 1 | -43/+15 |
* | Add variable ``_MANPAGES'' This will be replace the | wosch | 1996-04-09 | 1 | -1/+3 |
* | use .for loop for common targets | wosch | 1996-04-09 | 1 | -51/+6 |
* | Add targets cleanfiles/clean, cleandir | wosch | 1996-04-09 | 1 | -2/+20 |
* | Change ${ENV} -> ${SETENV}. The former coincides with startup file | asami | 1996-04-07 | 1 | -6/+6 |
* | remove BINGRP?=, BINOWN?=, BINMODE?=, STRIP?= | wosch | 1996-04-05 | 1 | -44/+11 |
* | Pick up CWARNFLAGS from /etc/make.conf if defined. | phk | 1996-04-03 | 1 | -3/+5 |