summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkuzip/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-11 18:38:26 +0000
committerru <ru@FreeBSD.org>2004-09-11 18:38:26 +0000
commit73e2ab9fdbc98dafb5ccc3bbaa949a3609cc025a (patch)
treeed4e1a3d7609f0888048960acd6fc77b76d9e374 /usr.bin/mkuzip/Makefile
parent3e1bf8d8b5955b388cc98d6ef71adfb0dc7935d8 (diff)
downloadFreeBSD-src-73e2ab9fdbc98dafb5ccc3bbaa949a3609cc025a.zip
FreeBSD-src-73e2ab9fdbc98dafb5ccc3bbaa949a3609cc025a.tar.gz
Normalize the makefile.
Reviewed by: sobomax
Diffstat (limited to 'usr.bin/mkuzip/Makefile')
-rw-r--r--usr.bin/mkuzip/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud