| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the checksum target not bomb out if there is a mismatch, just | gpalmer | 1995-02-14 | 1 | -2/+1 |
* | Make sure that info files never hit the "bin" dist. | phk | 1995-02-11 | 1 | -1/+6 |
* | More complete implementation of SUBDIR for programs, libraries and kmods. | bde | 1995-02-08 | 4 | -7/+14 |
* | Allow arbitrarily named configure script for use w/ HAS_CONFIGURE. | hsu | 1995-02-06 | 1 | -2/+5 |
* | Use absolute path to md5 program. It lives in /sbin and people are unlikely | phk | 1995-02-04 | 1 | -2/+2 |
* | Add long-awaited (:) support for sophisticated dependency checking. We now | asami | 1995-02-04 | 1 | -5/+83 |
* | Create an obj symlink when necessary. | jkh | 1995-02-02 | 1 | -17/+7 |
* | Start the ball rolling by sticking a | gpalmer | 1995-02-01 | 1 | -1/+2 |
* | Make fetch a bit more forgiving of subdirs. | jkh | 1995-01-30 | 1 | -3/+3 |
* | Add LN_FLAGS to all the places it makes sense. | jkh | 1995-01-30 | 2 | -4/+4 |
* | Add new LN_FLAGS variable for making LINKS symbolic and whatnot. | jkh | 1995-01-30 | 1 | -2/+2 |
* | LIBFORMS & LIBSCSI added | ache | 1995-01-25 | 1 | -1/+3 |
* | NOOBJS was bogus - use the already extant `NOOBJ'. | jkh | 1995-01-24 | 1 | -2/+2 |
* | Add the ability to say `NOOBJS' to indicate that the target has no object | jkh | 1995-01-24 | 1 | -1/+3 |
* | Fix bogus tab in makesum target. | jkh | 1995-01-24 | 1 | -2/+1 |
* | Whomever put the depend rule in screwed it up. Fix it. | jkh | 1995-01-23 | 1 | -2/+3 |
* | Eliminate a bogus stray tab. | jkh | 1995-01-23 | 1 | -2/+1 |
* | Set PREFIX in the build target. Suggested by John Fieber. | jkh | 1995-01-23 | 1 | -5/+5 |
* | Oops. Fix up the checksum routine - my last commit broke it slightly. | gpalmer | 1995-01-22 | 1 | -20/+20 |
* | Put brackets around EXTRACT_CMD, can be several commands here | ache | 1995-01-17 | 1 | -3/+3 |
* | Remove -Wall for ascii formatting, we don't need so many | ache | 1995-01-17 | 1 | -2/+2 |
* | Modify prev. change, pass internal args directly to groff, | ache | 1995-01-17 | 1 | -2/+2 |
* | Call nroff, if PRINTER == ascii | ache | 1995-01-17 | 1 | -1/+5 |
* | Correct a small problem in that when there isn't a checksum for that | gpalmer | 1995-01-16 | 1 | -4/+11 |
* | Slightly more complete implementation of SUBDIR for libraries. | wollman | 1995-01-14 | 1 | -7/+7 |
* | Add SUBDIR facility to bsd.lib.mk like in bsd.prog.mk. | wollman | 1995-01-14 | 1 | -2/+15 |
* | The enclosed patch makes bsd.doc.mk consistent with bsd.prog.mk | jkh | 1995-01-14 | 1 | -17/+7 |
* | The enclosed patch is a cosmetic change to bsd.prog.mk. When | jkh | 1995-01-14 | 1 | -3/+3 |
* | Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution, | jkh | 1995-01-14 | 6 | -12/+12 |
* | Whoops! Correct cut-and-paste gaffe. | jkh | 1995-01-12 | 1 | -3/+2 |
* | Add an ID line at the top (this thing still needs some sort of | jkh | 1995-01-12 | 1 | -0/+9 |
* | Use absolute path for install passed to configure | ache | 1995-01-12 | 1 | -3/+3 |
* | Always delete ${DOC}.ps and ${DOC}.ascii in the clean target, no matter what | wollman | 1995-01-11 | 1 | -2/+3 |
* | Typo! | asami | 1995-01-11 | 1 | -3/+3 |
* | Add missing ! in front of pipeline for extract commands---otherwise | asami | 1995-01-11 | 1 | -3/+3 |
* | Add .MAIN: all so that extraneous targets don't confuse `make'. | wollman | 1995-01-11 | 1 | -1/+2 |
* | Add standard before/real/afterinstall support like in bsd.prog.mk. | wollman | 1995-01-11 | 1 | -2/+13 |
* | Fix last .endif. | wollman | 1995-01-11 | 1 | -1/+2 |
* | Changes to make /usr/share/doc work somewhat right. (SMM commits | wollman | 1995-01-11 | 1 | -3/+38 |
* | Catch case where extraction fails. Thanks! | jkh | 1995-01-10 | 1 | -3/+7 |
* | Use .MAIN: all | ache | 1995-01-07 | 1 | -0/+2 |
* | Move pre-extract target inside COOKIE | ache | 1995-01-06 | 1 | -7/+8 |
* | Sort out dependencies. Now they look like: | asami | 1995-01-05 | 1 | -5/+5 |
* | Typo fix from Ollivier Robert. | jkh | 1995-01-05 | 1 | -3/+3 |
* | Rename check-md5 target to checksum. | jkh | 1995-01-05 | 1 | -3/+3 |
* | Gary Palmer's patches for checksumming and description. | jkh | 1995-01-04 | 1 | -7/+13 |
* | Fix BINMODE to override sys.mk defaults | ache | 1995-01-04 | 2 | -7/+5 |
* | Remove INSTALL, now into sys.mk | ache | 1995-01-04 | 1 | -2/+1 |
* | Fix building of target with multiply sources | ache | 1995-01-04 | 1 | -6/+8 |
* | Fix error in clean target | ache | 1995-01-04 | 1 | -4/+3 |