diff options
Diffstat (limited to 'usr.bin/wc/Makefile')
-rw-r--r-- | usr.bin/wc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/wc/Makefile b/usr.bin/wc/Makefile index edce9c1412c85..34407b7da7caa 100644 --- a/usr.bin/wc/Makefile +++ b/usr.bin/wc/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/wc/Makefile,v 1.2 2004/12/27 22:27:56 josef Exp $ PROG= wc WARNS?= 6 |