summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/Makefile
AgeCommit message (Expand)Author
2001-12-12MKfoo=no -> NOfootv
2001-11-14Undefine DESTDIR; we don't want the special DESTDIR <bsd.lib.mk>tv
2001-08-12Move _insque()/_remque() to libkern. Once remaining uses wouldjdolecek
2001-02-18Don't set ARCHSUBDIR to empty string.enami
2001-02-16Use MACHINE_CPU to find the architecture subdir, or MACHINE_ARCH if thatbjh21
2001-02-15Use arm arch directory for arm32 as well as arm26.simonb
2001-01-04prepare for sh3e[bl] splititojun
2000-12-29Create a shared set of ARM sources for libkern and move arm26 over to usingbjh21
2000-12-08add md4c.cdeberg
2000-03-02make CMSG_ALIGN always synchronize with kernel's idea of ALIGNBYTES.itojun
1999-05-07move intoa() from libsa:net.c to libkern, turn inet_ntoa() into a macro,drochner
1999-05-07Build libraries for kernel/standalone code from within their compilationdrochner
1999-04-11Add inet_addr.c (for nfs_bootparam.c)gwr
1999-03-04make the mipse[lb]->mips translation really workdrochner
1999-03-03Makefile ${MACHINE_ARCH} changes for mips{eb,el}, as suggested byjonathan
1999-02-24no need to add ${OBJS} to POBJS here, bsd.lib.mk does it automatically.chs
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-08-04replace several special targets with stub .c files, as in libc/stringperry
1998-08-03fix silly comment typoperry
1998-07-31make libkern build memmove() properlyperry
1998-07-19Make the combination "profiled kernel" and "${KERN_AS} == "library""drochner
1998-06-21Add a small string pattern matching function to facilitate pcmcia cis stringchristos
1998-05-27add sha1.c, and build it.explorer
1998-02-22Build memcpy() out of bcopy() by default.mycroft
1998-01-23update to match (now-fixed) libc rules for strchr and strrchr.cgd
1998-01-21add rules like those in libc to build strchr() and strrchr() (the lattercgd
1997-11-04Use LORDER, TSORTgwr
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-30Use new NOINSTALL option for libraries that are used only during the buildcjs
1997-05-07Use libinstall::, not install:, to prevent instaling LIB.mycroft
1997-04-30Build md5c.cthorpej
1997-02-16allow includers to specify library-specific CPP flags via ${LIB}MISCCPPFLAGScgd
1996-08-10Add anchors so that only exactly `-I. is modified.mycroft
1996-08-10Convert the -I. to -I${.OBJDIR}, so that the `machine symlink is available.mycroft
1996-08-08We dont need to pass down COMPATDIR and KERNDIR.mycroft
1996-08-08Run the child make in the source directory, so that nothing here needs to bemycroft
1996-05-10Make sure we clean up libkern.o and libkern.po, too. Closes PRs 1951scottr
1996-04-18don't get rid of the -D_KERNEL in KERNCPPFLAGScgd
1996-02-02Simplify, and add support for passing CPPFLAGS.mycroft
1995-10-20set, don't add to, CFLAGS from KERNCFLAGS. Do assignment of CC andcgd
1995-10-07Build libkern as one .o file, so that all symbols defined therein aremycroft
1995-09-26Remove old .PATH directives that referenced libc source.jonathan
1995-06-26Add the ability to override KERNREL and KERNDST.christos
1995-06-24Build libkern in the kernel compilation directory, like libcompat.christos
1995-02-13slight cleanup/reorg. don't use quad code on the alpha.cgd
1994-12-31Change a dependency to work when not using `all' target.mycroft
1994-12-07silence link creationderaadt
1994-10-26new RCS ID format.cgd
1994-09-16compile -O3deraadt
1994-06-30clean obj betterderaadt