Remove redundant space.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2018-07-10 00:26:13 +00:00
parent 5c48c1ee57
commit e4098e39ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336151

View File

@ -3,7 +3,7 @@
PROG= verify_krb5_conf
MAN= verify_krb5_conf.8
CFLAGS+=-I${KRB5DIR}/lib/asn1 -I${KRB5DIR}/lib/krb5 -I${KRB5DIR}/lib/roken
LIBADD= krb5 roken vers
LIBADD= krb5 roken vers
.include <bsd.prog.mk>