summaryrefslogtreecommitdiff
path: root/include/Makefile
AgeCommit message (Collapse)Author
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.
1999-05-09c++ clasess for ncursesTodd C. Miller
1999-03-29powerpc does not support shared libraries and thus should not shipDale S. Rahn
link.h or dlfcn.h
1999-03-09Some 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-02Provide a method to do prerequisites needed beforeNiklas Hallqvist
installation of includes can happen. Do these before and not run via ${SUDO}.
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-12add old dbm-compatible interface from db-1.86 with minor changes by me ↵Todd C. Miller
(needs a man page)
1999-02-01add libc_rDavid Leonard
1999-01-08install netinet6 include filesTheo de Raadt
1998-10-07install /usr/include/ssl/Theo de Raadt
1998-09-07install the xfs includesArtur Grabowski
1998-07-23curses.h frontendTodd C. Miller
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
Man pages will come soon, I hope.
1998-07-17. is a regex.Marc Espie
1998-07-07do not install includes from libssArtur Grabowski
1998-06-25install isofs headers, we need themTheo de Raadt
1998-06-07add gnu/lib/libgmp to WDIR for includesTodd C. Miller
1998-05-04make includes for libossaudioNiels Provos
1998-03-03Dive into libg++ and gcc on includesNiklas Hallqvist
1997-08-18inttypes.h as required by XPG4.2. Nothing uses this yet and all in-treeTodd C. Miller
sources should use the BSD-style types anyway.
1997-08-17basename(3) and dirname(3) as specified by XPG4 and XPG4.2Todd C. Miller
1997-07-23add netatalkdenny
1997-07-17mdX(3)-like interface to RIPEMD-160 hash function. Code byTodd C. Miller
Antoon Bosselaers and massaged by me to fit the mdX(3) API.
1997-06-29relocated header filesNiels Provos
1997-05-30Don't ref gnu/ext2fs.Jason Downs
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''Todd C. Miller
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.