summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2005-04-11 12:54:03 +0000
committermux <mux@FreeBSD.org>2005-04-11 12:54:03 +0000
commit6cead66aac42fca5aeb7b059a7860ada2ecfd61d (patch)
tree0ec1220cda3608d4eb50d090052d0568d3d9697d /sys/conf/kmod.mk
parent69e9f89f88c53c8dd5a2bc9c4ddd5696c9022717 (diff)
downloadFreeBSD-src-6cead66aac42fca5aeb7b059a7860ada2ecfd61d.zip
FreeBSD-src-6cead66aac42fca5aeb7b059a7860ada2ecfd61d.tar.gz
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.
Diffstat (limited to 'sys/conf/kmod.mk')
-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 7607c20..77a728f 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}
OpenPOWER on IntegriCloud