diff options
Diffstat (limited to 'usr.bin/du/Makefile')
-rw-r--r-- | usr.bin/du/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile index 12e80b9da3d15..98c73ca7077df 100644 --- a/usr.bin/du/Makefile +++ b/usr.bin/du/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/du/Makefile,v 1.9 2004/05/24 22:22:29 pjd Exp $ PROG= du WARNS?= 6 |