move lib.b to bc.library
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 24 Jun 1990 05:53:58 +0000 (21:53 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 24 Jun 1990 05:53:58 +0000 (21:53 -0800)
SCCS-vsn: usr.bin/bc/Makefile 5.5
SCCS-vsn: usr.bin/bc/bc.1 6.4
SCCS-vsn: usr.bin/bc/pathnames.h 5.3

usr/src/usr.bin/bc/Makefile
usr/src/usr.bin/bc/bc.1
usr/src/usr.bin/bc/pathnames.h

index d1a81dd..eee8914 100644 (file)
@@ -1,12 +1,12 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 
 PROG=  bc
 SRCS=  bc.c
 CFLAGS+=-I${.CURDIR}
 
 PROG=  bc
 SRCS=  bc.c
 CFLAGS+=-I${.CURDIR}
-CLEANFILES=    bc.c
+CLEANFILES=    bc.c y.tab.h
 
 beforeinstall:
 
 beforeinstall:
-       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/lib.b \
+       install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
            ${DESTDIR}/usr/share/misc
 
 .include <bsd.prog.mk>
            ${DESTDIR}/usr/share/misc
 
 .include <bsd.prog.mk>
index 3c12e5d..eefebd9 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)bc.1       6.3 (Berkeley) %G%
+.\"     @(#)bc.1       6.4 (Berkeley) %G%
 .\"
 .Dd 
 .Dt BC 1
 .\"
 .Dd 
 .Dt BC 1
@@ -163,7 +163,7 @@ the exponential function and
 prints approximate values of the exponential function of
 the first ten integers.
 .Sh FILES
 prints approximate values of the exponential function of
 the first ten integers.
 .Sh FILES
-.\" /usr/lib/lib.b     mathematical library
+.\" /usr/share/misc/bc.library mathematical library
 .Ds L
 .Dw Dc(1)
 .Dp Pa dc(1)   desk calculator proper
 .Ds L
 .Dw Dc(1)
 .Dp Pa dc(1)   desk calculator proper
index f488e3b..5364068 100644 (file)
@@ -4,8 +4,8 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.2 (Berkeley) %G%
+ *     @(#)pathnames.h 5.3 (Berkeley) %G%
  */
 
  */
 
-#define        _PATH_LIBB      "/usr/share/misc/lib.b"
+#define        _PATH_LIBB      "/usr/share/misc/bc.library"
 #define        _PATH_DC        "/usr/bin/dc"
 #define        _PATH_DC        "/usr/bin/dc"