1 # $NetBSD: Makefile,v 1.2 2016/01/14 02:30:18 christos Exp $ 2 3 # $FreeBSD: src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ 4 5 DIST_SUBDIR= src/utils/hpftodit 6 NOLIBDRIVER= 7 8 .include <bsd.init.mk> 9 10 PROG_CXX= hpftodit 11 SRCS= hpftodit.cpp hpuni.cpp 12 CLEANFILES= ${MAN} 13 14 CWARNFLAGS.clang+= -Wno-format-security 15 16 .include <bsd.prog.mk> 17