diff options
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r-- | usr.bin/make/parse.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c index 08196ec..730f51c 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -38,10 +38,8 @@ * @(#)parse.c 8.3 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * parse.c -- |