Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-05 | Don't use MI dlfcn.h that are identical to the MD one. | Artur Grabowski | |
2002-06-02 | no argh. we should doc these targets better | Theo de Raadt | |
2002-06-02 | put libssl in PRDIRS instead; andre@ae-35.com | Theo de Raadt | |
2002-06-01 | we do not need this to be Makefile.bsd-wrapper | Theo de Raadt | |
2002-05-08 | includes should be installed during `make include', not later. | Marc Espie | |
Fixes this for lex and binutils' bfd. Also, do not install ansidecl.h, we don't really need it, bfd.h uses it, and we installed it so that bfd worked, so let bfd.h include it directly. prompted by mickey@ | |||
2002-04-08 | install link.h and dlfcn.h from sys/arch/sparc64/include. | Federico G. Schwindt | |
2002-02-18 | netiso/xebec no more | Michael Shalayeff | |
2001-12-30 | libusb -> libusbhid | Peter Valchev | |
2001-11-06 | no more vm in LDIRS | Theo de Raadt | |
2001-09-03 | how did ../lib/libusb not get added? Bad developers | Theo de Raadt | |
2001-07-31 | we talked about libsectok having an include target a couple of times.... | Theo de Raadt | |
2001-07-11 | remove mips leftovers; ok brad | Peter Valchev | |
2001-06-27 | Why was a very large chunk of code commited to the source tree without | Theo de Raadt | |
checking if a make build of the entire system still works? How many other parts of the tree are now not going to build? All development has not stopped until this is fixed. | |||
2001-06-26 | Install kerberosV includefiles | Hans Insulander | |
2001-06-13 | Simplify. | Artur Grabowski | |
2001-05-31 | Install link.h and dlfcn.h on alpha. | Artur Grabowski | |
2001-05-14 | Speed-up: | Marc Espie | |
- remove extra subshells; - use exec on terminal commands, avoiding dangling shells that don't control anything. More correct: - use && some more; - remove `-' in front of includes, so that failures WILL fail... Okay millert@, deraadt@ | |||
2001-03-18 | Build gnu/lib/libreadline and use it instead of the one currently | Todd C. Miller | |
in the binutils dir. | |||
2001-03-02 | Add ohash_* functions to libc. | Marc Espie | |
Ok'd deraadt@, millert@ | |||
2000-12-18 | *cough*someone forgot to remove libgmp*cough* | Brad Smith | |
2000-11-21 | Add references to new files. | Todd C. Miller | |
2000-10-10 | Don't install ieeefp.h on vax. derradt Ok. | Hugh Graham | |
2000-10-01 | Now that powerpc has shared libraries, make certain that link.h and dlfcn.h | Dale S. Rahn | |
are created properly. | |||
2000-09-19 | install netnatm includes; stoklund@cp.dyndns.dk | Theo de Raadt | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 | |||
2000-08-20 | login.conf code from BSDi. This does not include the bsd auth code | Todd C. Miller | |
which will come later. At this stage it is primarily used for setting resource limits. | |||
2000-03-10 | A more normal way of building kerberos, faster, and it works with SUDO | Niklas Hallqvist | |
2000-02-29 | install crypto headers | Theo de Raadt | |
2000-02-25 | Include files for KerberosIV have moved. | Hans Insulander | |
(ok art@) | |||
2000-02-23 | add getifaddrs(3), from bsdi4. | Jun-ichiro itojun Hagino | |
this will help future apps from complexity of SIOCGIFCONF. NOTE: getifaddrs(3) uses sysctl interface, not SIOCGIFCONF. | |||
2000-02-19 | do not install /usr/include/dev/microcode/ | Theo de Raadt | |
1999-11-20 | Generate g2c.h at prereq stage. | Marc Espie | |
Install it under /usr/include | |||
1999-10-05 | get httpd in WDIRS as well as the prereq dirs. | Bob Beck | |
1999-10-05 | add httpd to includes target so apache includes get grabbed. | Bob Beck | |
1999-09-27 | remove /usr/include/openssl link before making it. | Bob Beck | |
1999-09-27 | openssl -> ssl | Theo de Raadt | |
1999-09-24 | stdbool.h conforming to C9X | Marc Espie | |
1999-07-01 | install miscfs includes too | Theo de Raadt | |
1999-06-24 | Slight goof, repair symlinks target (noted by David Leonard) | Marc Espie | |
1999-06-22 | install uvm includes | Artur Grabowski | |
1999-05-29 | Add libkeynote target for includes | Angelos D. Keromytis | |
1999-05-26 | Link in egcs, kill gcc and libg++ | Marc Espie | |
1999-05-18 | Change include links shennannigans to make more sense, | Marc Espie | |
so that machine -> i386, and not the other way around, or, for arches such as amiga/m68k, make amiga & m68k true directories and let machine -> amiga. | |||
1999-05-09 | c++ clasess for ncurses | Todd C. Miller | |
1999-03-29 | powerpc does not support shared libraries and thus should not ship | Dale S. Rahn | |
link.h or dlfcn.h | |||
1999-03-09 | Some style issues, make stuff neded before depend be built by beforedepend. | Niklas Hallqvist | |
Also make them prereq in the case of make includes | |||
1999-03-02 | Provide a method to do prerequisites needed before | Niklas Hallqvist | |
installation of includes can happen. Do these before and not run via ${SUDO}. | |||
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt | |
1999-02-12 | add old dbm-compatible interface from db-1.86 with minor changes by me ↵ | Todd C. Miller | |
(needs a man page) | |||
1999-02-01 | add libc_r | David Leonard | |