Sat Jun 27 11:06:43 2020 UTC ()
citrus SUBDIR is gone


(mlelstv)
diff -r1.82 -r1.83 src/regress/lib/libc/Makefile

cvs diff -r1.82 -r1.83 src/regress/lib/libc/Makefile (expand / switch to unified diff)

--- src/regress/lib/libc/Makefile 2014/01/10 16:35:11 1.82
+++ src/regress/lib/libc/Makefile 2020/06/27 11:06:43 1.83
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile,v 1.82 2014/01/10 16:35:11 christos Exp $ 1# $NetBSD: Makefile,v 1.83 2020/06/27 11:06:43 mlelstv Exp $
2 2
3SUBDIR+= citrus divrem 3SUBDIR+= divrem
4 4
5.include <bsd.own.mk> 5.include <bsd.own.mk>
6 6
7.if exists(arch/${MACHINE_ARCH}) 7.if exists(arch/${MACHINE_ARCH})
8SUBDIR+= arch/${MACHINE_ARCH} 8SUBDIR+= arch/${MACHINE_ARCH}
9.endif 9.endif
10 10
11.include <bsd.subdir.mk> 11.include <bsd.subdir.mk>