summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dc/Makefile
blob: d786bc80544ddefa7ee4da8bd7a0561d49cdbd97 (plain)
1
2
3
4
5
6
7
PROG=	dc
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
SRCS=	dc.c decimal.c
DPADD=	${LIBM}
LDADD=	-lm

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