summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/utils/hpftodit/Makefile
blob: 2d6401f10b95e85e6e9111521f87852898dd2529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.8 2012/08/10 12:12:21 joerg Exp $

# $FreeBSD: src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $

DIST_SUBDIR=	src/utils/hpftodit

PROG_CXX=	hpftodit
SRCS=		hpftodit.cpp hpuni.cpp
CLEANFILES=	${MAN}

CWARNFLAGS.clang+=	-Wno-format-security

.include <bsd.prog.mk>