summaryrefslogtreecommitdiff
path: root/include/Makefile
AgeCommit message (Collapse)Author
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.
1997-02-27Add libwrap.Jason Downs
1997-02-13blf.h headerfile installNiels Provos
1997-02-03Back out stringlistTodd C. Miller
1997-02-02From NetBSD (lukem and christos):Todd C. Miller
A stringlist implementation (previously ``private'' to libc netgroup code, but christos ok-ed making public as it's useful)
1996-12-22nope, ss is wrongTheo de Raadt
1996-12-19Create include/ss.etheisen
1996-12-08cookie cookie COOKIE.. oh, sorry..Jason Downs
install -> ${INSTALL}, -c -> ${COPY}
1996-11-16Fix more libss stuff.Jason Downs
1996-11-15Move libss to the main tree.Jason Downs
1996-11-11Move libcom_err out of Kerberos, change include location.Jason Downs
1996-11-05install gnu/ext2fsJason Downs
1996-10-27OLF.etheisen
1996-10-06Fix dlfcn.h and link.h for arc portPer Fogelstrom
1996-09-29removed md2.hTodd C. Miller
1996-09-29Added sha1 (secure hash function).Todd C. Miller
1996-09-27includes in skey dir get installed too.Todd C. Miller
1996-09-05standard link.h and dlfcn.h not very useful on mipsPer Fogelstrom
1996-08-16netipx.Michael Shalayeff