summaryrefslogtreecommitdiff
path: root/textproc/highlight/Makefile
blob: 30a90fc4134c4792ef801343e676b0c15d6ac843 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.33 2021/05/13 14:07:13 schmonz Exp $

.include "../../textproc/libhighlight/Makefile.common"

MANCOMPRESSED=		yes

BUILD_TARGET=		cli
INSTALL_TARGET=		install-cli

.include "options.mk"

.include "../../devel/libgetopt/buildlink3.mk"
.include "../../textproc/libhighlight/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"