xref: /freebsd/krb5/util/Makefile (revision 18a870751b036f1dc78b36084ccb993d139a11bb)
1#
2# SPDX-License-Identifier: BSD-2-Clause
3#
4# Copyright (c) 2025 FreeBSD Foundation
5#
6# This sofware was developed by Cy Schubert <cy@FreeBSD.org>
7# under sponsorship from the FreeBSD Foundation.
8#
9
10SUBDIR=	build-tools compile_et .WAIT \
11	support .WAIT \
12	et .WAIT \
13	ss profile verto
14
15# SUBDIR_PARALLEL=
16
17.include <bsd.subdir.mk>
18