diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1999-02-01 05:37:28 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1999-02-01 05:37:28 +0000 |
commit | 0abab235fb6fdae495ea34041b1ac1d20bfda6c5 (patch) | |
tree | 669f4f1de01abdd4c51737a72f4a4813b8c647c6 /gnu/libexec/Makefile | |
parent | 703ab3d41aef0117a71b99cc950eb81eae73151a (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/Makefile | 4 |
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 |