diff options
Diffstat (limited to 'usr.bin/expand/Makefile')
-rw-r--r-- | usr.bin/expand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/expand/Makefile b/usr.bin/expand/Makefile index c6b339c69fc20..5db93a2bc4085 100644 --- a/usr.bin/expand/Makefile +++ b/usr.bin/expand/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/9/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/expand/Makefile,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ PROG= expand MLINKS= expand.1 unexpand.1 |