BSD 4_4_Lite1 release
[unix-history] / usr / src / share / mk / bsd.lib.mk
index 338146a..c52cb08 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)bsd.lib.mk  8.1 (Berkeley) 6/8/93
+#      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"
 
 .if exists(${.CURDIR}/../Makefile.inc)
 .include "${.CURDIR}/../Makefile.inc"
@@ -83,7 +83,7 @@ llib-l${LIB}.ln: ${SRCS}
 clean:
        rm -f ${OBJS}
        rm -f ${POBJS}
 clean:
        rm -f ${OBJS}
        rm -f ${POBJS}
-       rm -f a.out Errs errs mklog ${CLEANFILES} \
+       rm -f a.out [Ee]rrs mklog ${CLEANFILES} \
            profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln
 .endif
 
            profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln
 .endif
 
@@ -91,9 +91,9 @@ clean:
 cleandir:
        rm -f ${OBJS}
        rm -f ${POBJS}
 cleandir:
        rm -f ${OBJS}
        rm -f ${POBJS}
-       rm -f a.out Errs errs mklog ${CLEANFILES} \
+       rm -f a.out [Ee]rrs mklog ${CLEANFILES} \
            profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln
            profiled/*.o lib${LIB}.a lib${LIB}_p.a llib-l${LIB}.ln
-       rm -f ${MANALL} ${.CURDIR}/tags .depend
+       rm -f ${MANALL} .depend
 .endif
 
 .if !target(depend)
 .endif
 
 .if !target(depend)