diff options
Diffstat (limited to 'usr.bin/uniq/Makefile')
-rw-r--r-- | usr.bin/uniq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/uniq/Makefile b/usr.bin/uniq/Makefile index fa73ea4..2bc6ad4 100644 --- a/usr.bin/uniq/Makefile +++ b/usr.bin/uniq/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= uniq WARNS?= 2 |