summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/libexec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/Makefile b/gnu/libexec/Makefile
index 3cd3377a808..2c03df25c2a 100644
--- a/gnu/libexec/Makefile
+++ b/gnu/libexec/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.2 1996/09/23 19:05:53 pefo Exp $
+# $OpenBSD: Makefile,v 1.3 1999/02/01 05:37:27 todd Exp $
SUBDIR= uucp
-.if (${MACHINE_ARCH} == "mips")
+.if (${MACHINE_ARCH} == "mips") || make(clean) || make(cleandir) || make(obj)
SUBDIR+= ld.so
.endif