summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/libexec/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/libexec/Makefile b/gnu/libexec/Makefile
index 64b8d3a2ada..3cd3377a808 100644
--- a/gnu/libexec/Makefile
+++ b/gnu/libexec/Makefile
@@ -1,5 +1,9 @@
-# $NetBSD: Makefile,v 1.4 1995/04/23 07:52:55 cgd Exp $
+# $OpenBSD: Makefile,v 1.2 1996/09/23 19:05:53 pefo Exp $
SUBDIR= uucp
+.if (${MACHINE_ARCH} == "mips")
+SUBDIR+= ld.so
+.endif
+
.include <bsd.subdir.mk>