1 1.1 christos # $NetBSD: Makefile,v 1.1 2016/01/13 19:01:57 christos Exp $ 2 1.1 christos 3 1.1 christos # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grohtml/Makefile,v 1.5 2003/05/01 13:22:18 ru Exp $ 4 1.1 christos 5 1.1 christos DIST_SUBDIR= src/devices/grohtml 6 1.1 christos 7 1.1 christos .include <bsd.init.mk> 8 1.1 christos 9 1.1 christos PROG_CXX= post-grohtml 10 1.1 christos MAN= grohtml.1 11 1.1 christos SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp 12 1.1 christos CLEANFILES= ${MAN} 13 1.1 christos 14 1.1 christos CWARNFLAGS.clang+= -Wno-format-security 15 1.1 christos 16 1.1 christos .include <bsd.prog.mk> 17