diff options
Diffstat (limited to 'usr.bin/make/targ.c')
-rw-r--r-- | usr.bin/make/targ.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index fab3189e83300..d5957c617a2ed 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/targ.c,v 1.41 2005/05/13 13:47:41 harti Exp $"); /* * Functions for maintaining the Lst allTargets. Target nodes are |