blob: b40d1999f23fa147d7970f0493f93d7c0384f420 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# 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.
#
.include "../Makefile.inc"
PACKAGE= kerberos-kdc
BINDIR?= /usr/libexec
|