From 6c991feee4451cccbcc6a7b443e0a52d67e9c6e4 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 1 Jan 1988 01:23:50 -0800 Subject: [PATCH] remove libraries on clean SCCS-vsn: lib/libc/Makefile 4.28 --- usr/src/lib/libc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/lib/libc/Makefile b/usr/src/lib/libc/Makefile index e42f3e9495..e4aada53be 100644 --- a/usr/src/lib/libc/Makefile +++ b/usr/src/lib/libc/Makefile @@ -3,7 +3,7 @@ # All rights reserved. The Berkeley software License Agreement # specifies the terms and conditions for redistribution. # -# @(#)Makefile 4.27 (Berkeley) %G% +# @(#)Makefile 4.28 (Berkeley) %G% # # # The system has two monitoring schemes, utilizing either ``prof'' @@ -85,7 +85,7 @@ tags: clean: for i in ${MACHINE}/csu ${ALL} net/hosttable net/named; \ do (cd $$i; make ${MFLAGS} clean); done - rm -rf tmp t1 + rm -rf tmp t1 libc.a libc_p.a depend: for i in ${ALL} net/hosttable net/named; \ -- 2.20.1