summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2012-06-01 21:26:28 +0000
committerobrien <obrien@FreeBSD.org>2012-06-01 21:26:28 +0000
commit2948183cecb2c3c741ea780cb8088a16f6c94ea3 (patch)
tree00ff4947ee2078e1da3709f9792954f7c7eebf96 /kerberos5/usr.sbin
parent39c680fbf1afbaf958c32da06c0694c8f3c91163 (diff)
downloadFreeBSD-src-2948183cecb2c3c741ea780cb8088a16f6c94ea3.zip
FreeBSD-src-2948183cecb2c3c741ea780cb8088a16f6c94ea3.tar.gz
Centralize the specification of the krb5 build tools.
Diffstat (limited to 'kerberos5/usr.sbin')
-rw-r--r--kerberos5/usr.sbin/iprop-log/Makefile2
-rw-r--r--kerberos5/usr.sbin/ktutil/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/kerberos5/usr.sbin/iprop-log/Makefile b/kerberos5/usr.sbin/iprop-log/Makefile
index 2ff4b8b..176012a 100644
--- a/kerberos5/usr.sbin/iprop-log/Makefile
+++ b/kerberos5/usr.sbin/iprop-log/Makefile
@@ -14,7 +14,7 @@ LDADD= -lkadm5srv -lhdb -lkrb5 -lasn1 -lcrypto -lcrypt ${LIBSL} -lroken \
${LIBVERS} -ledit
iprop-commands.h: iprop-commands.in
- slc ${.ALLSRC:M*.in}
+ ${SLC} ${.ALLSRC:M*.in}
.for ext in c o
iprop-commands.${ext}: iprop-commands.h
diff --git a/kerberos5/usr.sbin/ktutil/Makefile b/kerberos5/usr.sbin/ktutil/Makefile
index 0b258a3..f7d340f 100644
--- a/kerberos5/usr.sbin/ktutil/Makefile
+++ b/kerberos5/usr.sbin/ktutil/Makefile
@@ -25,7 +25,7 @@ LDADD= -lkadm5clnt -lkrb5 ${LIBSL} -lroken ${LIBVERS} \
.include <bsd.prog.mk>
ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
- slc ${.ALLSRC:M*.in}
+ ${SLC} ${.ALLSRC:M*.in}
.for ext in c o
ktutil-commands.${ext}: ktutil-commands.h
OpenPOWER on IntegriCloud