diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-09-11 13:08:02 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1999-09-11 13:08:02 +0000 |
| commit | 06b1dcf18264ee0320241b7070472cbee7bdb60b (patch) | |
| tree | 9b047a1bead70320ab8f91c5e96eece05769a74c /usr.bin/make/suff.c | |
| parent | b598b07322bcd0953594931992ded93759668473 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make/suff.c')
| -rw-r--r-- | usr.bin/make/suff.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 0bec455ead4e..81b427a939c3 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.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[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ |
