diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
| commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
| tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /gnu/usr.bin/bc | |
| parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) | |
Diffstat (limited to 'gnu/usr.bin/bc')
| -rw-r--r-- | gnu/usr.bin/bc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/bc/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index 4786ebfeb584..d92192232d7f 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/bc/Makefile,v 1.24 2004/02/17 00:56:16 ache Exp $ BCDIR= ${.CURDIR}/../../../contrib/bc .PATH: ${BCDIR}/bc ${BCDIR}/lib ${BCDIR}/doc ${BCDIR}/Examples diff --git a/gnu/usr.bin/bc/config.h b/gnu/usr.bin/bc/config.h index b9e3520ac551..599feef96c2f 100644 --- a/gnu/usr.bin/bc/config.h +++ b/gnu/usr.bin/bc/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/gnu/usr.bin/bc/config.h,v 1.7 2001/11/09 17:09:42 ache Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ |
