aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-04-18 22:03:21 +0000
committerWarner Losh <imp@FreeBSD.org>2005-04-18 22:03:21 +0000
commitb7ca7813074b28124965675e875cb8910a11afc9 (patch)
tree75d73cc1c0c412b6262881c8abf653e3f8f21187 /kerberos5
parent06db52b6098b8904169760c6b005f5175b6ad6b1 (diff)
downloadsrc-b7ca7813074b28124965675e875cb8910a11afc9.tar.gz
src-b7ca7813074b28124965675e875cb8910a11afc9.zip
Cope with the (unwise?) incompatible changes with make by adding
a comment before defined(SRCS).
Notes
Notes: svn path=/head/; revision=145254
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc
index 49ac261ee8fc..94b4102ad2db 100644
--- a/kerberos5/Makefile.inc
+++ b/kerberos5/Makefile.inc
@@ -48,4 +48,4 @@ CLEANFILES+= ${_ET}.h ${_ET}.c
.endfor
.endfor
-.endif defined(SRCS)
+.endif # defined(SRCS)