diff options
Diffstat (limited to 'usr.bin/make/targ.c')
-rw-r--r-- | usr.bin/make/targ.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 04ab418..6394ae2 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.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[] = "@(#)targ.c 8.2 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$Id"; + "$FreeBSD$"; #endif #endif /* not lint */ |