summaryrefslogtreecommitdiff
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/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile
new file mode 100644
index 00000000000..79405bf5ae9
--- /dev/null
+++ b/gnu/usr.bin/bc/Makefile
@@ -0,0 +1,8 @@
+# $Header: /cvsroot/src/gnu/usr.bin/bc/Attic/Makefile,v 1.1 1993/04/10 15:51:33 cgd Exp $
+
+PROG= bc
+CFLAGS+=-D_POSIX_SOURCE
+SRCS= bc.c scan.c util.c main.c number.c storage.c load.c execute.c global.c
+CLEANFILES+= bc.c scan.c y.tab.h
+
+.include <bsd.prog.mk>