summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/bc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/bc/Makefile')
-rw-r--r--gnu/usr.bin/bc/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
new file mode 100644
index 0000000..2db220a
--- /dev/null
+++ b/gnu/usr.bin/bc/Makefile
@@ -0,0 +1,7 @@
+PROG= bc
+SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c
+MAN1= bc.0
+BINDIR=
+CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR)
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud