summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.incs.mk
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-04-11 07:13:29 +0000
committerharti <harti@FreeBSD.org>2005-04-11 07:13:29 +0000
commitf2968c80c994b77c5c1dafc45fce7be685d043e1 (patch)
tree6cbda5914e1a664ec7d1c34c6f166f1260ca969b /share/mk/bsd.incs.mk
parent8d5bf26054b7fbc42bbdd9d4bd4783f024bfa398 (diff)
downloadFreeBSD-src-f2968c80c994b77c5c1dafc45fce7be685d043e1.zip
FreeBSD-src-f2968c80c994b77c5c1dafc45fce7be685d043e1.tar.gz
Make sure the only thing that follows .endif or .else is a comment.
Diffstat (limited to 'share/mk/bsd.incs.mk')
-rw-r--r--share/mk/bsd.incs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.incs.mk b/share/mk/bsd.incs.mk
index 615d8bb..f3b99e3 100644
--- a/share/mk/bsd.incs.mk
+++ b/share/mk/bsd.incs.mk
@@ -59,7 +59,7 @@ _${group}INS: ${_${group}INCS}
.endif
.endif
-.endif defined(${group}) && !empty(${group})
+.endif # defined(${group}) && !empty(${group})
.endfor
.if defined(INCSLINKS) && !empty(INCSLINKS)
@@ -74,7 +74,7 @@ installincludes:
ln -fs $$l $$t; \
done; true
.endif
-.endif !target(installincludes)
+.endif # !target(installincludes)
realinstall: installincludes
.ORDER: beforeinstall installincludes
OpenPOWER on IntegriCloud