diff options
Diffstat (limited to 'gnu/usr.bin/bc/Makefile')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile new file mode 100644 index 000000000000..fac7437c0b81 --- /dev/null +++ b/gnu/usr.bin/bc/Makefile @@ -0,0 +1,6 @@ +PROG= bc +SRCS= bc.c global.c scan.c util.c main.c number.c storage.c load.c execute.c +MAN1= bc.1 +CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR) + +.include <bsd.prog.mk> |
