summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff/src/roff/groff/Makefile
blob: 9a895d112656c1d25a6c4d929b472907028b8cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PROG_CXX=	groff
SRCS=		groff.cc pipeline.c
DPADD=		${LIBGROFF} ${LIBM}
LDADD=		${LIBGROFF} -lm
CLEANFILES=	${MAN}

.if ${MACHINE_ARCH} == "alpha"
#XXXX ld produces only one PT_LOAD segment when this binary
#XXXX is linked dynamically, which confuses the rtld
NOSHARED?=	yes
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud