diff options
Diffstat (limited to 'usr.bin/gcore/Makefile')
-rw-r--r-- | usr.bin/gcore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile index f495ecb0c66f1..d4cd1be29903d 100644 --- a/usr.bin/gcore/Makefile +++ b/usr.bin/gcore/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/gcore/Makefile,v 1.6 1999/11/14 13:54:43 marcel Exp $ PROG= gcore SRCS= elfcore.c gcore.c |