From bb4bc2d645c1692c96c84ef8e402f38eef704664 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 26 Apr 1993 02:36:21 +0000 Subject: [PATCH] Once more, don't make `all' depend on man page; bsd.prog.mk does this. --- usr.bin/shar/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/usr.bin/shar/Makefile b/usr.bin/shar/Makefile index 3cb889a45a7b..f4a3ef1759a1 100644 --- a/usr.bin/shar/Makefile +++ b/usr.bin/shar/Makefile @@ -2,12 +2,9 @@ MAN1= shar.0 -all shar: ${MAN1} +all shar: -clean depend lint tags: - -cleandir: - rm -f ${MAN1} +clean cleandir depend lint tags: beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \