diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:37:10 +0000 |
commit | 9b7a44a60e11baaf94f68f81c4b30d26f31643b7 (patch) | |
tree | 2924a51e964369416a9c4fa35679d08926d4258c /gnu/usr.bin/bison | |
parent | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/bison')
-rw-r--r-- | gnu/usr.bin/bison/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/bison/data/Makefile | 2 | ||||
-rw-r--r-- | gnu/usr.bin/bison/doc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/bison/Makefile b/gnu/usr.bin/bison/Makefile index 5e1b3c0ece27a..4fa25c767c600 100644 --- a/gnu/usr.bin/bison/Makefile +++ b/gnu/usr.bin/bison/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1999/08/15 22:36:41 obrien Exp $ +# $FreeBSD$ .PATH: ${.CURDIR}/../../../contrib/bison diff --git a/gnu/usr.bin/bison/data/Makefile b/gnu/usr.bin/bison/data/Makefile index 52e10db703b26..843aebf78a885 100644 --- a/gnu/usr.bin/bison/data/Makefile +++ b/gnu/usr.bin/bison/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1997/08/21 03:28:07 jmg Exp $ +# $FreeBSD$ BISONDIR=${.CURDIR}/../../../../contrib/bison diff --git a/gnu/usr.bin/bison/doc/Makefile b/gnu/usr.bin/bison/doc/Makefile index 8e294946993d5..97bbb93c9e26d 100644 --- a/gnu/usr.bin/bison/doc/Makefile +++ b/gnu/usr.bin/bison/doc/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ INFO = bison INFOSECTION= "Programming & development tools." |