aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2005-04-11 12:54:03 +0000
committerMaxime Henrion <mux@FreeBSD.org>2005-04-11 12:54:03 +0000
commit22a8b405107f06832ef030b30ec9c9d501b1325b (patch)
tree0ec1220cda3608d4eb50d090052d0568d3d9697d
parent8e82c4cd5f88238d5762fe10b6ab37a86bc98a30 (diff)
downloadsrc-22a8b405107f06832ef030b30ec9c9d501b1325b.tar.gz
src-22a8b405107f06832ef030b30ec9c9d501b1325b.zip
Use comments after .endif to please make(1) with latest changes so
that it's possible to build a kernel without getting flooded with thousands of warnings.
Notes
Notes: svn path=/head/; revision=144906
-rw-r--r--sys/conf/kmod.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 7607c2075326..77a728f3ab1d 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -269,9 +269,9 @@ _kldxref:
fi
.endif
.endif
-.endif !target(realinstall)
+.endif # !target(realinstall)
-.endif !target(install)
+.endif # !target(install)
.if !target(load)
load: ${PROG}