From 2948183cecb2c3c741ea780cb8088a16f6c94ea3 Mon Sep 17 00:00:00 2001 From: obrien Date: Fri, 1 Jun 2012 21:26:28 +0000 Subject: Centralize the specification of the krb5 build tools. --- kerberos5/usr.bin/hxtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kerberos5/usr.bin/hxtool') diff --git a/kerberos5/usr.bin/hxtool/Makefile b/kerberos5/usr.bin/hxtool/Makefile index 92268c0..c8ebf9a 100644 --- a/kerberos5/usr.bin/hxtool/Makefile +++ b/kerberos5/usr.bin/hxtool/Makefile @@ -11,7 +11,7 @@ LDADD= -lhx509 -lroken -lasn1 -lcrypto -lcrypt ${LIBSL} ${LIBVERS} -ledit SRCS= hxtool.c hxtool-commands.c hxtool-commands.h hxtool-commands.h: hxtool-commands.in - slc ${.ALLSRC:M*.in} + ${SLC} ${.ALLSRC:M*.in} .for ext in c o hxtool-commands.${ext}: hxtool-commands.h -- cgit v1.1