freebsd-dev/gnu/usr.bin/dc/Makefile
Jordan K. Hubbard 9e5ebc8c71 Added man page - it looks a little odd in places (the 'i' and 'o'
commands), but this is the way it looked in the texinfo docs so I
stayed faithful to RMS's original presentation.
1993-08-04 17:51:47 +00:00

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>