diff options
| author | Charlie Root <root@FreeBSD.org> | 1993-07-02 04:54:10 +0000 |
|---|---|---|
| committer | Charlie Root <root@FreeBSD.org> | 1993-07-02 04:54:10 +0000 |
| commit | 845c052a41e0754fe577578cb3eca182f40b5fc9 (patch) | |
| tree | c90b7fbc446933b024242aa6f35b4249f3439e5b /gnu/usr.bin/bc | |
| parent | ed68e4229d3859f98c6584443ff24f9ca74b4eca (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index fe59b195e032..fac7437c0b81 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,6 +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.0 +MAN1= bc.1 CFLAGS+= -D_POSIX_SOURCE -I$(.CURDIR) .include <bsd.prog.mk> |
