9e5ebc8c71
commands), but this is the way it looked in the texinfo docs so I stayed faithful to RMS's original presentation.
8 lines
131 B
Makefile
8 lines
131 B
Makefile
PROG= dc
|
|
SRCS= dc.c decimal.c
|
|
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
|
|
DPADD= ${LIBM}
|
|
LDADD= -lm
|
|
|
|
.include <bsd.prog.mk>
|