aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.post.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-11-11 06:16:53 +0000
committerWarner Losh <imp@FreeBSD.org>2001-11-11 06:16:53 +0000
commit4e8764288f71a8ed3e758a0c237261af22826f0d (patch)
treeff6c46c8779c04874a4643d8b66e9999a720009a /sys/conf/kern.post.mk
parent6dbfffa3084b4f8cb7ab208c92e386718ec0ed9d (diff)
downloadsrc-4e8764288f71a8ed3e758a0c237261af22826f0d.tar.gz
src-4e8764288f71a8ed3e758a0c237261af22826f0d.zip
Move all: target to kern.pre.mk so it matters less where you include
kern.post.mk. # this should allow us to move kern.post.mk to the last line of the makefiles, # but I'll do that slowly as I verify that one can do that w/o breaking things. Submitted by: naddy
Notes
Notes: svn path=/head/; revision=86253
Diffstat (limited to 'sys/conf/kern.post.mk')
-rw-r--r--sys/conf/kern.post.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index b0d44daa123f..88bf0a248736 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -9,8 +9,6 @@
.PHONY: all modules
-all: ${KERNEL_KO}
-
depend: kernel-depend
clean: kernel-clean
cleandepend: kernel-cleandepend