From 73e2ab9fdbc98dafb5ccc3bbaa949a3609cc025a Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 11 Sep 2004 18:38:26 +0000 Subject: Normalize the makefile. Reviewed by: sobomax --- usr.bin/mkuzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mkuzip/Makefile') diff --git a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile index 7d1c92a..c7137ec 100644 --- a/usr.bin/mkuzip/Makefile +++ b/usr.bin/mkuzip/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PROG= mkuzip -MAN1= +MAN= mkunzip.8 DPADD= ${LIBZ} LDADD= -lz -WARNS= 4 +WARNS?= 4 .include -- cgit v1.1