summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Add ${.CURDIR}/../../../.. to the list of places we look for theimp2000-07-071-1/+1
* NONBINMODE -> NOBINMODE for NLSMODE.ghelmer2000-06-091-2/+2
* When dubiously reprogramming .SUFFIXES, don't screw up the order of .Sbde2000-06-081-1/+1
* Sigh. Use the correct path to bsd.conf.mk. It's times like this that Ipeter2000-05-271-1/+1
* Add bsd.kmod.mk back.peter2000-05-271-1/+1
* Revive a skeleton for bsd.kmod.mk (which will be in the make search path)peter2000-05-271-0/+13
* Typo in comments explaining what MAN_FILTER is.hoek2000-05-211-1/+1
* Don't create a garbage file named "install" for the NOINFO case whenbde2000-05-151-1/+6
* Oops. I forgot to remove bsd.kmod.mk from the list of files installed. :-(peter2000-05-041-1/+1
* Repocopied to src/sys/conf/kmod.mkpeter2000-05-041-301/+0
* Remove KMODDEPS support. All our existing dependencies are specifiedpeter2000-05-011-18/+6
* Fixed world breakage for the NOSHARED=yes case. libpam now depends onbde2000-04-301-3/+3
* Reserve register t7 on alpha to point at per-cpu global variables.dfr2000-04-281-1/+2
* Fix the grammar in my previous commit "lose" -> "loss".mpp2000-04-241-1/+1
* Fix a typo in the comments.mpp2000-04-231-1/+1
* Correct a typokris2000-04-211-1/+1
* Add support for compiling kernel modules outside of the tree. If youimp2000-04-081-30/+19
* Use makeobjops.pl instead of makedevops.pl.dfr2000-04-081-2/+2
* Allow the calling Makefile to specify a list of device interfaces insteaddfr2000-04-051-1/+5
* Correct instructions/examples about manual pages.ru2000-03-231-6/+6
* Check for MAN9 for consistency.ru2000-03-231-2/+2
* Use an intermediate file containing the module binary before convertingpeter2000-03-201-4/+7
* Add libipsec.shin2000-02-271-0/+1
* We have some new libraries; give them names.markm2000-02-241-2/+4
* Unbroke PRECIOUSLIB feature (broken in rev 1.88).ru2000-02-031-1/+1
* Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered modulebde2000-01-281-0/+2
* o Use --defsection and --defentry options of install-info(1) instead ofru2000-01-241-10/+9
* oops, nearly forgot to commit the addition of ppbus_if.m to the list.peter2000-01-231-2/+3
* Introduce the new mk internal target _includeinstall and add thergrimes2000-01-142-1/+23
* Removed NOEXTRADEPEND hack. This was only for an old version of makeworld.bde2000-01-091-1/+1
* Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS,bde2000-01-081-3/+12
* Fix typo.marcel2000-01-031-1/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* Fixed breakage of static linkage of rlogind. Someone added -lutil andbde1999-12-271-4/+5
* Update vnode_if.sh location. This was deliberately left a while afterpeter1999-12-221-2/+2
* Use the -c and -h args of vnode_if.sh to generate only the .h file thatpeter1999-12-121-9/+7
* If SRCS is not defined assume ${PROG}.c, not when PROG isn't defined.mharo1999-11-301-1/+1
* Add two modules for the pccard work: dev/pccard/card_if.m andimp1999-11-281-2/+2
* Build and clean device interface files (foo_if.[ch]) and empty optionsbde1999-11-281-4/+33
* Add .ORDER which is needed for the previous commit to work with -jN.marcel1999-11-231-0/+1
* vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c tomarcel1999-11-231-1/+1
* Make "-mpreferred-stack-boundary=2" the default on the i386.obrien1999-11-171-0/+13
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-142-7/+7
* Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformatphantom1999-11-091-5/+5
* make.conf is being made to conform to the /etc/defaults/ standard thatdillon1999-10-271-0/+5
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+1
* Add libncp to the list of known libraries.bp1999-10-151-0/+1
* 1) s/mod(un)?load/kld$1load/n_hibma1999-09-061-21/+21
* $Id$ -> $FreeBSD$peter1999-08-2819-19/+19
* Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.hoek1999-07-313-9/+28
OpenPOWER on IntegriCloud