diff options
Diffstat (limited to 'krb5/usr.bin/Makefile')
| -rw-r--r-- | krb5/usr.bin/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/krb5/usr.bin/Makefile b/krb5/usr.bin/Makefile new file mode 100644 index 000000000000..625aa2245334 --- /dev/null +++ b/krb5/usr.bin/Makefile @@ -0,0 +1,14 @@ +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Copyright (c) 2025 FreeBSD Foundation +# +# This sofware was developed by Cy Schubert <cy@FreeBSD.org> +# under sponsorship from the FreeBSD Foundation. +# + +SUBDIR= kadmin kdestroy kinit klist kpasswd ksu kswitch ktutil kvno sclient gss-client + +SUBDIR_PARALLEL= + +.include <bsd.subdir.mk> |
