diff options
Diffstat (limited to 'gnu/usr.bin/gdb/kgdb/Makefile')
-rw-r--r-- | gnu/usr.bin/gdb/kgdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/kgdb/Makefile b/gnu/usr.bin/gdb/kgdb/Makefile index 561e22bc4f36c..7aaf904deff1e 100644 --- a/gnu/usr.bin/gdb/kgdb/Makefile +++ b/gnu/usr.bin/gdb/kgdb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/gnu/usr.bin/gdb/kgdb/Makefile,v 1.1 2004/07/25 05:29:15 marcel Exp $ PROG= kgdb SRCS= kthr.c main.c trgt.c trgt_${MACHINE_ARCH}.c |