The NetBSD Project

src/share/mk/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / share / mk

Current tag: pgoyette-compat-1226


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] CVS/        
[TXT] bsd.links.mk  1.34   15 years  apb   Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when ins...
[TXT] bsd.endian.mk  1.22   9 years  matt   Add RISCV-V support.
[TXT] bsd.ioconf.mk  1.5   9 years  uebayasi   Add a new build make variable, CONFIGOPTS, which is passed to config(1) when bui...
[TXT] bsd.init.mk  1.2   20 years  lukem   Be consistent how "multiple include protection" is implemented. I.e, .if !def...
[TXT] bsd.gcc.mk  1.12   5 years  joerg   Drop checks for EXTERNAL_TOOLCHAIN for crt*.o. We've been using our own versions...
[TXT] bsd.README  1.386   5 years  martin   Explicitly document the incompatibility between USE_PIGZGZIP and USE_XZ_SETS. Di...
[TXT] bsd.files.mk  1.43   11 years  uebayasi   Fix dependency handling of UUDECODE_FILES (e.g. libexec/ld.aout_so on i386). Th...
[TXT] bsd.sys.mk  1.287   5 years  maxv   Introduce KLEAK, a new feature that can detect kernel information leaks. It wor...
[TXT] bsd.lib.mk  1.377   5 years  kamil   Introduce MKLIBCSANITIZER in the share/mk rules Add flags that are required to ...
[TXT] bsd.clang-analyze.mk  1.3   12 years  joerg   Make it easier to specify the list of checkers to enable for the static analyzer...
[TXT] bsd.nls.mk  1.47   12 years  apb   Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as propos...
[TXT] bsd.clean.mk  1.8   11 years  apb   On second thoughts, don't run "rm -rf" in bsd.clean.mk. Instead, document that ...
[TXT] bsd.obj.mk  1.52   5 years  christos   Prevent 'make obj' creating an objdir inside an objdir. This happens the second ...
[TXT] bsd.doc.mk  1.68   8 years  dholland   Remove CreationDate from the header of output postscript. Also, feed -n to gzip ...
[TXT] bsd.shlib.mk  1.8   11 years  joerg   Revert last, it breaks the tricks xsrc uses.
[TXT] bsd.host.mk  1.4   6 years  chs   add DTRACE_OPTS and HOST_DTRACE_OPTS to allow disabling various optimizations th...
[TXT] bsd.own.mk  1.1087   5 years  christos   back to binutils 227: constructors in ifconfig are broken.
[TXT] bsd.hostinit.mk  1.1   5 years  christos   branches: 1.1.2; Create a new bsd.hostinit.mk file and put the build definition...
[TXT] bsd.buildinstall.mk  1.1   11 years  joerg   branches: 1.1.2; 1.1.4; Move the build_install logic from lib/Makefile into sh...
[TXT] bsd.man.mk  1.119   6 years  jmcneill   branches: 1.119.2; 1.119.4; 1.119.6; Latest mandoc no longer supports multipl...
[TXT] bsd.x11.mk  1.125   6 years  christos   branches: 1.125.2; 1.125.4; last I checked powerpc64 was 64 bits, so it needs ...
[TXT] bsd.syscall.mk  1.2   10 years  christos   branches: 1.2.4; 1.2.8; - Add a new bsd.host.mk that contains all the HOST_ va...
[TXT] bsd.hostlib.mk  1.20   5 years  christos   branches: 1.20.12; include bsd.hostinit.mk instead of bsd.init.mk
[TXT] bsd.test.mk  1.25   6 years  kre   branches: 1.25.2; 1.25.4; PR lib/52007 Provide a mechanism whereby a test sub...
[TXT] bsd.inc.mk  1.32   18 years  jwise   branches: 1.32.82; 1.32.84; Now that we have real build system support for sys...
[TXT] bsd.kinc.mk  1.36   18 years  jwise   branches: 1.36.82; 1.36.84; Now that we have real build system support for sys...
[TXT] bsd.info.mk  1.41   8 years  christos   branches: 1.41.14; 1.41.16; Sort texinfo dir file for MKREPRO
[TXT] Makefile  1.50   5 years  christos   branches: 1.50.2; 1.50.4; install bsd.hostinit.mk
[TXT] bsd.kmodule.mk  1.59   7 years  joerg   branches: 1.59.12; 1.59.14; Disable a couple of warnings until further investi...
[TXT] bsd.lua.mk  1.8   7 years  ozaki-r   branches: 1.8.22; Introduce MKSTRIPSYM build option If it's yes, all local sym...
[TXT] bsd.hostprog.mk  1.80   5 years  christos   branches: 1.80.2; include bsd.hostinit.mk instead of bsd.init.mk
[TXT] bsd.dep.mk  1.83   7 years  christos   branches: 1.83.12; 1.83.14; Don't remap mkdep, otherwise we add dependencies f...
[TXT] bsd.rpc.mk  1.13   10 years  christos   centralize the rpcgen flags and set for BSD output
[TXT] bsd.prog.mk  1.318   5 years  christos   fix broken library variable definitions (inconsistencies between bsd.README and ...
[TXT] bsd.klinks.mk  1.14   6 years  christos   remove multiple copies of the same logic.
[TXT] sys.mk  1.137   5 years  christos   remove random seed debugging
[TXT] bsd.kernobj.mk  1.14   10 years  mrg   update to xorg-server 1.10.6.
[TXT] bsd.subdir.mk  1.54   5 years  christos   use SUBDIR.roff suggested by uwe@
[TXT] bsd.crypto.mk (in the Attic) [Hide]  1.2   23 years  thorpej   Merge a bunch of things from crypto-us and crypto-intl into basesrc, adding supp...
[TXT] bsd.depall.mk (in the Attic) [Hide]  1.4   22 years  tv   Improve readability and reduce redundant redundancy in share/mk; add some descri...
[TXT] bsd.kmod.mk (in the Attic) [Hide]  1.90   15 years  ad   Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@....
[TXT] bsd.port.mk (in the Attic) [Hide]  1.63   26 years  agc   Move bsd.port.mk and bsd.port.subdir.mk into pkgsrc/mk (by CVS repository copy),...
[TXT] bsd.port.subdir.mk (in the Attic) [Hide]  1.9   26 years  agc   Move bsd.port.mk and bsd.port.subdir.mk into pkgsrc/mk (by CVS repository copy),...


CVSweb <webmaster@jp.NetBSD.org>