summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* in order to build bzero from memset KERNDIR has to be exported.mickey2000-06-291-7/+5
| | | | | | i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space.
* pass MACHINE{,_ARCH} into libkern/Makefile so cross-build worksmickey1998-03-181-2/+2
| | | | no 64bit math for sgi (;
* Added CPP, STRIP, AR, NM and LORDER to KERNMAKE, to facilitate cross-compilingd1998-02-141-1/+3
| | | | kernels when using tools built from 'make cross-tools'.
* Fix a repeatbility problem associated with doing make cleandir of sys/lib/* -grr1997-06-191-2/+2
| | | | | | | | mkdir fails if the destination already exists. It could be argued that having make cleandir rm the directory would be appropriate, but there really shouldn't be any dynamic fooling around with the directory structure. Fixes PR sparc/231 by Marshal Midden, though probably MI.
* Back out depend/clean changes.millert1997-05-051-5/+3
|
* Alpha needs strchr.cmillert1997-05-041-3/+5
| | | | | | Fix up clean and depend targets in Makefile.inc so we can include Makefile.inc in cases where there is already a clean/depend target (based on a NetBSD Makefile.inc).
* Merge NetBSD/Alpha 961020niklas1996-10-311-10/+22
|
* quote typederaadt1996-05-231-9/+9
|
* make depend workderaadt1996-05-221-2/+6
|
* From NetBSD: Merge with NetBSD 960217niklas1996-02-291-17/+16
|
* initial import of NetBSD treederaadt1995-10-181-0/+37