From de3fcf6777ff1a4e8ded3c503ec756749f84c863 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 3 Mar 2004 17:04:49 +0000 Subject: Fixed "make clean". --- gnu/usr.bin/tar/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/tar/Makefile b/gnu/usr.bin/tar/Makefile index 2051bec..5cfd6d1 100644 --- a/gnu/usr.bin/tar/Makefile +++ b/gnu/usr.bin/tar/Makefile @@ -25,6 +25,7 @@ CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR} -I${TARDIR}/lib -I${TARDIR}/src # "Rename" tar.1 to gtar.1 so that we can install gtar.1 with # tar.1 as an optional link (rather than vice versa) +CLEANFILES= gtar.1 gtar.1: tar.1 cat ${.CURDIR}/tar.1 > ${.TARGET} -- cgit v1.1