summaryrefslogtreecommitdiff
path: root/include/Makefile
AgeCommit message (Collapse)Author
2002-12-03Intall getopt.h in /usr/include as well.Miod Vallat
2002-09-03build OpenSSL without symlink trees:Markus Friedl
* manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@
2002-06-16install headers from libevent; ok miod@Christian Weisgerber
2002-06-09backout previousJun-ichiro itojun Hagino
2002-06-09pax -s <regex> is botched, don't use it.Jun-ichiro itojun Hagino
2002-06-07Switch powerpc to using new split (aout/elf) link.hDale Rahn
2002-06-07split link.h into three parts. The MI parts are left in link.hArtur Grabowski
a.out stuff in link_aout.h and ELF stuff in link_elf.h. Switch sparc64 back to MI link.h. drahn@ ok (powerpc will switch soon).
2002-06-05Don't use MI dlfcn.h that are identical to the MD one.Artur Grabowski
2002-06-02no argh. we should doc these targets betterTheo de Raadt
2002-06-02put libssl in PRDIRS instead; andre@ae-35.comTheo de Raadt
2002-06-01we do not need this to be Makefile.bsd-wrapperTheo de Raadt
2002-05-08includes 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-08install link.h and dlfcn.h from sys/arch/sparc64/include.Federico G. Schwindt
2002-02-18netiso/xebec no moreMichael Shalayeff
2001-12-30libusb -> libusbhidPeter Valchev
2001-11-06no more vm in LDIRSTheo de Raadt
2001-09-03how did ../lib/libusb not get added? Bad developersTheo de Raadt
2001-07-31we talked about libsectok having an include target a couple of times....Theo de Raadt
2001-07-11remove mips leftovers; ok bradPeter Valchev
2001-06-27Why was a very large chunk of code commited to the source tree withoutTheo 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-26Install kerberosV includefilesHans Insulander
2001-06-13Simplify.Artur Grabowski
2001-05-31Install link.h and dlfcn.h on alpha.Artur Grabowski
2001-05-14Speed-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-18Build gnu/lib/libreadline and use it instead of the one currentlyTodd C. Miller
in the binutils dir.
2001-03-02Add ohash_* functions to libc.Marc Espie
Ok'd deraadt@, millert@
2000-12-18*cough*someone forgot to remove libgmp*cough*Brad Smith
2000-11-21Add references to new files.Todd C. Miller
2000-10-10Don't install ieeefp.h on vax. derradt Ok.Hugh Graham
2000-10-01Now that powerpc has shared libraries, make certain that link.h and dlfcn.hDale S. Rahn
are created properly.
2000-09-19install netnatm includes; stoklund@cp.dyndns.dkTheo de Raadt
2000-09-03Boring... Add :L modifier to all tweakable variables tests.Marc Espie
Closes PR 1246
2000-08-20login.conf code from BSDi. This does not include the bsd auth codeTodd C. Miller
which will come later. At this stage it is primarily used for setting resource limits.
2000-03-10A more normal way of building kerberos, faster, and it works with SUDONiklas Hallqvist
2000-02-29install crypto headersTheo de Raadt
2000-02-25Include files for KerberosIV have moved.Hans Insulander
(ok art@)
2000-02-23add 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-19do not install /usr/include/dev/microcode/Theo de Raadt
1999-11-20Generate g2c.h at prereq stage.Marc Espie
Install it under /usr/include
1999-10-05get httpd in WDIRS as well as the prereq dirs.Bob Beck
1999-10-05add httpd to includes target so apache includes get grabbed.Bob Beck
1999-09-27remove /usr/include/openssl link before making it.Bob Beck
1999-09-27openssl -> sslTheo de Raadt
1999-09-24stdbool.h conforming to C9XMarc Espie
1999-07-01install miscfs includes tooTheo de Raadt
1999-06-24Slight goof, repair symlinks target (noted by David Leonard)Marc Espie
1999-06-22install uvm includesArtur Grabowski
1999-05-29Add libkeynote target for includesAngelos D. Keromytis
1999-05-26Link in egcs, kill gcc and libg++Marc Espie
1999-05-18Change 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.