diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 06:33:29 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 06:33:29 +0000 |
commit | 578e5bbaee38ccd6ffd170f174f2c6780a22e093 (patch) | |
tree | defd75063df06d870111257cb94723e5b6c6be55 /Mk | |
parent | Better method to test if make is run with BATCH defined. (diff) |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes
Notes:
svn path=/head/; revision=5349
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 | ||||
-rw-r--r-- | Mk/bsd.port.subdir.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 9f2af612692b..fb62b167f440 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -6,7 +6,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.245 1997/01/12 11:48:26 asami Exp $ +# $FreeBSD$ # # Please view me with 4 column tabs! diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index f939dce8bf6b..2192dec6a278 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $Id: bsd.port.subdir.mk,v 1.15 1996/11/01 07:22:37 asami Exp $ +# $FreeBSD$ .MAIN: all |