From 27f28ead1b0852ece5f9efd43cd42960014f63e6 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 12 Sep 2004 00:32:35 +0000 Subject: [PATCH] Fix build: s/mkunzip.8/mkuzip.8/ --- usr.bin/mkuzip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/mkuzip/Makefile b/usr.bin/mkuzip/Makefile index c7137eccdd7..c6b34e250c6 100644 --- a/usr.bin/mkuzip/Makefile +++ b/usr.bin/mkuzip/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= mkuzip -MAN= mkunzip.8 +MAN= mkuzip.8 DPADD= ${LIBZ} LDADD= -lz