summaryrefslogtreecommitdiff
path: root/gnu/libexec/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>1999-02-01 05:37:28 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>1999-02-01 05:37:28 +0000
commit0abab235fb6fdae495ea34041b1ac1d20bfda6c5 (patch)
tree669f4f1de01abdd4c51737a72f4a4813b8c647c6 /gnu/libexec/Makefile
parent703ab3d41aef0117a71b99cc950eb81eae73151a (diff)
for clean, cleandir, and obj targets everybody updates ld.so
... this permits ro /usr/src/ on pmax.
Diffstat (limited to 'gnu/libexec/Makefile')
-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