diff options
author | hoek <hoek@FreeBSD.org> | 1999-09-11 13:08:02 +0000 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1999-09-11 13:08:02 +0000 |
commit | 506d7f351f0047671c3b5be6bebbddb44643a6d2 (patch) | |
tree | 77f5b48aa970e3b1611ad3fa40d6b0bedbafd4aa /usr.bin/make/var.c | |
parent | cb13e979b2fa8e42bad8e540637e8de90a09240c (diff) | |
download | FreeBSD-src-506d7f351f0047671c3b5be6bebbddb44643a6d2.zip FreeBSD-src-506d7f351f0047671c3b5be6bebbddb44643a6d2.tar.gz |
Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)
Diffstat (limited to 'usr.bin/make/var.c')
-rw-r--r-- | usr.bin/make/var.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index f9ae2b1..31dfd02 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -34,8 +34,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint @@ -43,7 +41,7 @@ static char sccsid[] = "@(#)var.c 8.3 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ |