summaryrefslogtreecommitdiff
path: root/Mk/Uses/kmod.mk (follow)
Commit message (Expand)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
* on error, remind user of variable used to set src tree locationEd Maste2019-12-061-1/+1
* Automatically generate @dir entries for package list if :debug is used.Rene Ladan2017-02-131-2/+21
* Fix check-plist of USES=kmodRene Ladan2017-02-121-8/+16
* If KERN_DEBUGDIR happens to be empty, the port would try to installRene Ladan2016-12-121-0/+4
* Uses/kmod.mk: add support for debug versions of kernel modules.Rene Ladan2016-12-091-0/+6
* Rewrite the target ordering code.Mathieu Arnold2015-08-171-1/+1
* Use a custom keyword for kldxref, that allows to control exactly when it is runBaptiste Daroussin2014-12-261-8/+1
* Change the way USES is handled:Tijl Coosemans2014-09-281-1/+1
* Do not override _USES_POSTAntoine Brodin2014-08-071-1/+1
* Add --strip-debug to STRIP_CMD to avoid removing kernel symbols from theRene Ladan2014-06-221-0/+1
* Move MAINTAINER lines to the end of the initial comment block andGerald Pfeifer2014-03-151-2/+2
* Remove support for unstaged ports.Rene Ladan2014-01-311-7/+1
* - kernel modules support SSP natively, so change the descriptionRene Ladan2014-01-241-2/+2
* Properly add targets to the sequence they belong to, that now makes them pred...Baptiste Daroussin2014-01-041-2/+0
* Traditionally, most (if not all) tamperings with ${TMPPLIST} were doneAlexey Dokuchaev2013-12-251-4/+5
* Define the target in post section.Baptiste Daroussin2013-11-201-7/+10
* Mark some targets .PHONYBaptiste Daroussin2013-11-201-0/+1
* Do not try to remove /boot/modules, it is part of BSD.root.dist [1]Rene Ladan2013-11-121-1/+3
* Fix with bmake which requires KMODDDIR to be defined before use.Rene Ladan2013-11-121-1/+1
* Change KMODDDIR to /boot/modules if it is set to /boot/kernelRene Ladan2013-11-081-0/+3
* Using stage does not magically enforce the use of sane package tools, soRene Ladan2013-11-041-4/+2
* Use @unexec rmdir instead of @dirrmtry in the NO_STAGE case.Rene Ladan2013-11-031-1/+3
* Make sure that kldxref(8) is not run when installing into the stagingRene Ladan2013-11-031-0/+3
* Add a new USES for kernel module ports.Rene Ladan2013-10-311-0/+47