Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-01-08 | install netinet6 include files | Theo de Raadt | |
1998-10-07 | install /usr/include/ssl/ | Theo de Raadt | |
1998-09-07 | install the xfs includes | Artur Grabowski | |
1998-07-23 | curses.h frontend | Todd C. Miller | |
1998-07-21 | Add 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-07 | do not install includes from libss | Artur Grabowski | |
1998-06-25 | install isofs headers, we need them | Theo de Raadt | |
1998-06-07 | add gnu/lib/libgmp to WDIR for includes | Todd C. Miller | |
1998-05-04 | make includes for libossaudio | Niels Provos | |
1998-03-03 | Dive into libg++ and gcc on includes | Niklas Hallqvist | |
1997-08-18 | inttypes.h as required by XPG4.2. Nothing uses this yet and all in-tree | Todd C. Miller | |
sources should use the BSD-style types anyway. | |||
1997-08-17 | basename(3) and dirname(3) as specified by XPG4 and XPG4.2 | Todd C. Miller | |
1997-07-23 | add netatalk | denny | |
1997-07-17 | mdX(3)-like interface to RIPEMD-160 hash function. Code by | Todd C. Miller | |
Antoon Bosselaers and massaged by me to fit the mdX(3) API. | |||
1997-06-29 | relocated header files | Niels Provos | |
1997-05-30 | Don't ref gnu/ext2fs. | Jason Downs | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-19 | Changed ``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. |