diff options
| author | Paul Richards <paul@FreeBSD.org> | 1993-06-19 00:26:18 +0000 |
|---|---|---|
| committer | Paul Richards <paul@FreeBSD.org> | 1993-06-19 00:26:18 +0000 |
| commit | 30ae64596973e4641e33b8e8148beae9d230d9cb (patch) | |
| tree | d6324b863fbdc177e20bbd3e2324461e5a3cc77c /gnu/usr.bin/bc/Makefile | |
| parent | f412a3faaf5f815b352f42c148fa993ac9ce163e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bc/Makefile')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 7 |
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 000000000000..2db220aa6e4a --- /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> |
