summaryrefslogtreecommitdiffstats
path: root/share/mk/configure/build-depends/groff/pfbtops.mk
blob: 73f5f04551d2d1313496a9a3096fd29de13a7977 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2024, Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception


ifndef MAKEFILE_CONFIGURE_BUILD_DEPENDS_GROFF_PFBTOPS_INCLUDED
MAKEFILE_CONFIGURE_BUILD_DEPENDS_GROFF_PFBTOPS_INCLUDED := 1


DEFAULT_PFBTOPSFLAGS :=
EXTRA_PFBTOPSFLAGS   :=
PFBTOPSFLAGS         := $(DEFAULT_PFBTOPSFLAGS) $(EXTRA_PFBTOPSFLAGS)
PFBTOPS              := pfbtops


endif  # include guard