OpenBSD CVS

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: [local] / src / share / mk

Current tag: OPENBSD_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   16 years  matthieu   Add a bsd.xconf.mk glue file, to be included at the start of Xenocara makefiles....
[TXT] bsd.README  1.42   13 years  miod   Sync the LIBFOO defines with the current set of libraries we build and install. ...
[TXT] bsd.dep.mk  1.9   14 years  oga   pass -d -t to the default ``make tags'' flags. note that this does not affect s...
[TXT] bsd.lib.mk  1.60   13 years  ckuethe   Add "-S" to library installs to avoid breakage when one "make -j8 build" job is ...
[TXT] bsd.man.mk  1.32   13 years  schwarze   Build tbl(1) pages with mandoc(1), not groff. Xenocara build checked myself, bas...
[TXT] bsd.obj.mk  1.13   17 years  espie   warn if base obj directory does not exist. okay deraadt@
[TXT] bsd.own.mk  1.104   13 years  miod   Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.
[TXT] bsd.port.mk  1.94   24 years  espie   include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf) (This whole seri...
[TXT] bsd.port.subdir.mk  1.8   24 years  espie   include bsd.own.mk there (allows for PORTSDIR in /etc/mk.conf) (This whole seri...
[TXT] bsd.prog.mk  1.50   13 years  miod   Sync the LIBFOO defines with the current set of libraries we build and install. ...
[TXT] bsd.regress.mk  1.10   21 years  avsm   - Precede internal bsd.regress.mk variables with a _ - Rename old variables to b...
[TXT] bsd.subdir.mk  1.16   14 years  matthieu   use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion. This saves a few ...
[TXT] bsd.sys.mk  1.9   17 years  deraadt   support 'make lint' in dirs which contain .y and .l files, help from naddy
[TXT] bsd.xconf.mk  1.1   16 years  matthieu   Add a bsd.xconf.mk glue file, to be included at the start of Xenocara makefiles....
[TXT] bsd.xorg.mk  1.2   17 years  matthieu   - XORG_PREFIX is now X11BASE - define X11ETC here to avoid bootstrap problems no...
[TXT] sys.mk  1.60   13 years  deraadt   move to 4.9-current
[TXT] bsd.doc.mk (in the Attic) [Hide]  1.8   23 years  espie   Minor clean-ups: - document some more things (MANPS, make oddities) - put all PH...
[TXT] bsd.lkm.mk (in the Attic) [Hide]  1.21   16 years  mikeb   Always compile modules with -mcmodel=kernel on amd64. Fix parentheses while here...
[TXT] bsd.nls.mk (in the Attic) [Hide]  1.7   18 years  deraadt   do not install nls files silently; ok espie