summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Do not check for existence of ${_dir}/kern/ , because for modules that setjasone2000-12-081-2/+2
* Install the stock (as supplied by groff(1) distribution) tmac.anru2000-12-061-1/+1
* groff does not use MANDEPEND anymore.ru2000-12-051-1/+1
* Add ${LIBC_R}brian2000-11-261-0/+1
* Use test -z rather than -n.obrien2000-11-011-1/+1
* Build the ISC library as libisc. This library comes as part of thearchie2000-10-241-0/+1
* Add section for building ia64 kernels.dfr2000-10-161-0/+8
* Remove LIBRSAGLUE, add LIBSSLgshapiro2000-10-101-1/+1
* Change "building the standard ${LIB} library" to "building the staticpeter2000-10-021-1/+1
* Replace ${LIBMYTINFO} with warningache2000-09-161-2/+2
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-051-2/+2
* Fix the arguments to [(1) (AKA test(1)). If the string being testedmarkm2000-08-191-1/+1
* The previous delta was wrong; an empty MAKEOBJDIRPREFIX shouldsheldonh2000-08-171-2/+2
* Do not allow the cleandir target to blow away the entire sourcesheldonh2000-08-161-1/+1
* 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
OpenPOWER on IntegriCloud