summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.files.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.files.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.files.mk')
-rw-r--r--share/mk/bsd.files.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.files.mk b/share/mk/bsd.files.mk
index bf3a5df..240f958 100644
--- a/share/mk/bsd.files.mk
+++ b/share/mk/bsd.files.mk
@@ -60,10 +60,10 @@ _${group}INS: ${_${group}FILES}
.endif
.endif
-.endif defined(${group}) && !empty(${group})
+.endif # defined(${group}) && !empty(${group})
.endfor
-.endif !target(installfiles)
+.endif # !target(installfiles)
realinstall: installfiles
.ORDER: beforeinstall installfiles
OpenPOWER on IntegriCloud