aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/dc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/dc/Makefile')
-rw-r--r--gnu/usr.bin/dc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
new file mode 100644
index 000000000000..937c7d9f2d65
--- /dev/null
+++ b/gnu/usr.bin/dc/Makefile
@@ -0,0 +1,7 @@
+PROG= dc
+SRCS= dc.c decimal.c
+CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
+DPADD= ${LIBM}
+LDADD= -lm
+
+.include <bsd.prog.mk>