It's a C program, but it uses libgroff, which uses C++, so we

need to use PROG_CXX here as well.
This commit is contained in:
thorpej 2002-01-22 23:57:19 +00:00
parent 5927ef00d8
commit 0b621a0221
1 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,13 @@
# $NetBSD: Makefile,v 1.8 2002/01/01 05:16:18 thorpej Exp $
# $NetBSD: Makefile,v 1.9 2002/01/22 23:57:19 thorpej Exp $
.include "../Makefile.lib"
DIST= ${IDIST}/src/utils/pfbtops
.PATH: ${DIST}
PROG= pfbtops
# XXX Because it uses libgroff
PROG_CXX= pfbtops
SRCS= pfbtops.c
LDADD+= $(LIBGROFF)
DPADD+= $(LIBGROFF)