From 7eff266c41cd4c41ab1266fb3a8450b7d020fa6f Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 12 Apr 1998 13:59:28 +0000 Subject: [PATCH] Add a cleandir target to the clean target. --- gnu/lib/libf2c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/lib/libf2c/Makefile b/gnu/lib/libf2c/Makefile index e4c1d6f13027..ae056afc5e05 100644 --- a/gnu/lib/libf2c/Makefile +++ b/gnu/lib/libf2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/04/10 19:35:22 tv Exp $ +# $NetBSD: Makefile,v 1.3 1998/04/12 13:59:28 veego Exp $ LIB= f2c @@ -61,7 +61,7 @@ dirs: .include -clean: __cleanlibdir +clean cleandir: __cleanlibdir .PHONY: __cleanlibdir __cleanlibdir: rm -rf dirs libF77 libI77 libU77