xref: /freebsd/krb5/util/build-tools/Makefile (revision c64ee36e5d09ecee4ce4951047014c8461734fb5)
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
10.include "../Makefile.inc"
11.include "../../Makefile.pc"
12
13SCRIPTS=	krb5-config.sh
14BINDIR?=	/usr/bin
15TAGS=		dev
16
17MAN=	krb5-config.1
18
19CLEANFILES=	krb5-config.1
20
21krb5-config.1: krb5-config.man
22
23.include <bsd.prog.mk>
24
25.SUFFIXES: .sh .man .1
26
27.man.1:
28	@cp ${.ALLSRC} ${.TARGET}
29
30.PATH:	${KRB5_DIR}/build-tools \
31	${KRB5_DIR}/man \
32	${KRB5_OBJTOP}/build-tools
33