diff options
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r-- | usr.bin/make/cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 6e7a09451778..2e97d50d618f 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/cond.c,v 1.54.20.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Functions to handle conditionals in a makefile. |