diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-13 10:17:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-13 10:17:18 +0000 |
commit | f8ef670650dae95019a7862cac03ea1fd82f4043 (patch) | |
tree | fbc07252369c4072f73c455238540013739d17a4 /usr.bin/make/str.c | |
parent | 4d94ee39e68fce6f6387a3cfc3b8ef91a146d899 (diff) | |
download | FreeBSD-src-f8ef670650dae95019a7862cac03ea1fd82f4043.zip FreeBSD-src-f8ef670650dae95019a7862cac03ea1fd82f4043.tar.gz |
Update SCM ID method.
Diffstat (limited to 'usr.bin/make/str.c')
-rw-r--r-- | usr.bin/make/str.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index ad7f864..87557a8 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -38,10 +38,8 @@ * @(#)str.c 5.8 (Berkeley) 6/1/90 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); #include "make.h" |