summaryrefslogtreecommitdiff
path: root/Mk/Uses/kmod.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 00:26:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-04 00:26:03 +0000
commitb4202483563d0b529fd97b15066ca117b246ff74 (patch)
treeaada2bfd942cd5069f49a8d3c646ded474db68d4 /Mk/Uses/kmod.mk
parent- Update from 3.4.1 to 3.5.0 (diff)
Properly add targets to the sequence they belong to, that now makes them predictable
Notes
Notes: svn path=/head/; revision=338605
Diffstat (limited to 'Mk/Uses/kmod.mk')
-rw-r--r--Mk/Uses/kmod.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Uses/kmod.mk b/Mk/Uses/kmod.mk
index 4932b47ad1b7..daf1b58222ae 100644
--- a/Mk/Uses/kmod.mk
+++ b/Mk/Uses/kmod.mk
@@ -40,12 +40,10 @@ MAKE_ENV+= NO_XREF=yes
.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_KMOD_POST_MK)
_INCLUDE_USES_KMOD_POST_MK= yes
-.PHONY: kmod-post-install
pre-install: ${STAGEDIR}${KMODDIR}
${STAGEDIR}${KMODDIR}:
@${MKDIR} ${.TARGET}
-post-install: kmod-post-install
kmod-post-install:
@${ECHO_CMD} "@exec /usr/sbin/kldxref ${KMODDIR}" >> ${TMPPLIST}
@${ECHO_CMD} "@unexec /usr/sbin/kldxref ${KMODDIR}" >> ${TMPPLIST}