diff options
Diffstat (limited to 'usr.bin/locate/code/Makefile')
-rw-r--r-- | usr.bin/locate/code/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locate/code/Makefile b/usr.bin/locate/code/Makefile index cc7033ba022db..e854c8b3d106e 100644 --- a/usr.bin/locate/code/Makefile +++ b/usr.bin/locate/code/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/locate/code/Makefile,v 1.4.26.1 2005/02/13 07:23:39 obrien Exp $ PROG= locate.code CFLAGS+=-I${.CURDIR}/../locate |