From 506d7f351f0047671c3b5be6bebbddb44643a6d2 Mon Sep 17 00:00:00 2001 From: hoek Date: Sat, 11 Sep 1999 13:08:02 +0000 Subject: Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) --- usr.bin/make/for.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/make/for.c') diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 0d907ca..9db93c3 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -29,8 +29,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 @@ -38,7 +36,7 @@ static char sccsid[] = "@(#)for.c 8.1 (Berkeley) 6/6/93"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ -- cgit v1.1