Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-10-01 | Automagically support building man pages with tbl(1). | Jason Downs | |
foo.1 becomes foo.1tbl | |||
1996-09-16 | Document this better. | Jason Downs | |
1996-09-16 | Add $STATIC. | Jason Downs | |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt | |
1996-08-23 | OK this time for real: Support MAKEOBJDIR, and force the obj rule. | Niklas Hallqvist | |
1996-08-23 | Support MAKEOBJDIR. Change "obj" rule to be forced. | Niklas Hallqvist | |
1996-08-23 | Merge changes from FreeBSD | Niklas Hallqvist | |
1996-08-19 | Don't provide all/clean/etc if they don't 'em. | Jason Downs | |
1996-08-19 | Don't redefine MANALL | Jason Downs | |
1996-08-05 | Don't do "ranlib -t" if installed with "-p" since that preserves | Todd C. Miller | |
the timestamp so things are already in sync. | |||
1996-08-01 | Comment my recent change | Niklas Hallqvist | |
1996-08-01 | Support BSDSRCDIR setups | Niklas Hallqvist | |
1996-07-27 | default file owner should be root for NFS diskless security | Theo de Raadt | |
1996-07-22 | make COPTS work in bsd.lib.mk too | Theo de Raadt | |
1996-06-30 | Our tar(1) now lives in /bin | Thorsten Lockert | |
1996-06-11 | move to bin/md5 for `greater accessibility' | Theo de Raadt | |
1996-06-10 | Reintroduce the long patch(1) options | Niklas Hallqvist | |
1996-06-03 | Use our ftp & patch | Niklas Hallqvist | |
1996-06-03 | Install the bsd.port*mk files too | Niklas Hallqvist | |
1996-06-03 | Initial import of "ports" mk-files from FreeBSD, probably needs work | Niklas Hallqvist | |
1996-06-03 | always instal ${POSTINSTALL} program, if there is one. | Michael Shalayeff | |
1996-06-02 | Add LIBOLDCURSES | Thorsten Lockert | |
Add LIBTERMLIB | |||
1996-05-27 | Stripping lkm's on install is a bad idea. Don't do it. | Thorsten Lockert | |
1996-05-25 | Added support for Mips ELF shlib build. Snapshot status. | Per Fogelstrom | |
1996-05-22 | sync | Theo de Raadt | |
1996-05-13 | Fix CCPFLAGS when DESTDIR set, formerly in sys.mk, been away for a | Niklas Hallqvist | |
while, but need to be in here somewhere. | |||
1996-04-22 | sync with netbsd 960418 | Theo de Raadt | |
1996-04-18 | Revert last fix. a couple of hot mkdir,chmod,chown could | Michael Shalayeff | |
not replace good old mtree anyway. | |||
1996-04-18 | Add ${LKMDIR} automatic creation (just in case mtree not ran). | Michael Shalayeff | |
1996-03-29 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-26 | Revert last change which lost the functionality introduced in rev 1.4 | Niklas Hallqvist | |
1996-03-16 | Workaround for testing of Makefile.bsd-wrapper encountered while porting | etheisen | |
libg++. | |||
1996-03-09 | Rudimentary support for compilation in a cross environment | Niklas Hallqvist | |
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\! | |||
1996-03-05 | Fix seemed to be a bug. | Michael Shalayeff | |
1996-03-05 | Labeling style changed ($OpenBSD$). | Michael Shalayeff | |
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details). | |||
1996-03-02 | Define directory and modes for LKM installs | Thorsten Lockert | |
Correct installation rule for LKM installs | |||
1996-02-25 | Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README. | Michael Shalayeff | |
All the rest changed to be $OpenBSD$. Dedicated to Suzi Quatro (she must be alive still, so best wishes to here). | |||
1996-02-22 | From NetBSD: | Niklas Hallqvist | |
Allow override of nroff program, requested by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> in PR #1741. Use ksh-style substring parameter expansion expressions instead of calling expr when constructing manpage directory and file names. Much, much faster. | |||
1996-02-02 | from netbsd: Use the `-q' option to tsort(1). From der Mouse | Niklas Hallqvist | |
1996-02-02 | We don't have the EXPORTABLE_SYSTEM variable | Niklas Hallqvist | |
1996-02-02 | from netbsd: clean up bits that state which man page section numbers | Niklas Hallqvist | |
are allowed (section 9 now exists). Document that variables in bsd.own.mk that were not previously documented. | |||
1996-01-15 | from betbsd: | Theo de Raadt | |
Allow override of nroff program, requested by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> in PR #1741. | |||
1996-01-01 | s/NetBSD/OpenBSD/ | davem | |
1995-12-23 | Enable kerberosIV by default | Thorsten Lockert | |
1995-12-19 | check for Makefile.bsd-wrapper in the correct directory | Theo de Raadt | |
1995-12-19 | When doing Makefile.bsd-wrapper-style importing, it's nice to be able | Niklas Hallqvist | |
to specify the man-pages with a subdir-path prepended to them. This subdir component must be removed when installing. | |||
1995-12-18 | Added support for using a special makefile: Makefile.bsd-wrapper when | Niklas Hallqvist | |
available. This will help having imported software in the tree without needing to munge the standard Makefile. | |||
1995-12-18 | -Werror is too strong, and causes too many headaches in a source tree | Theo de Raadt | |
that is being modified all the time. | |||
1995-12-15 | from netbsd; assert -Werror | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |