Home | History | Annotate | Line # | Download | only in hpftodit
Makefile revision 1.2
      1  1.2  christos # $NetBSD: Makefile,v 1.2 2016/01/14 02:30:18 christos Exp $
      2  1.1  christos 
      3  1.1  christos # $FreeBSD: src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $
      4  1.1  christos 
      5  1.1  christos DIST_SUBDIR=	src/utils/hpftodit
      6  1.2  christos NOLIBDRIVER=
      7  1.1  christos 
      8  1.1  christos .include <bsd.init.mk>
      9  1.1  christos 
     10  1.1  christos PROG_CXX=	hpftodit
     11  1.1  christos SRCS=		hpftodit.cpp hpuni.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