diff options
author | 1999-02-01 05:37:27 +0000 | |
---|---|---|
committer | 1999-02-01 05:37:27 +0000 | |
commit | e1fb99d2a05236609f88d9956e6c3f3b03b7d1ba (patch) | |
tree | 09d86c46652b69e38f4efd7c0bfb5f9db2ccc2f1 | |
parent | note support of magma & spif (diff) | |
download | wireguard-openbsd-e1fb99d2a05236609f88d9956e6c3f3b03b7d1ba.tar.xz wireguard-openbsd-e1fb99d2a05236609f88d9956e6c3f3b03b7d1ba.zip |
for clean, cleandir, and obj targets everybody updates ld.so
... this permits ro /usr/src/ on pmax.
-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 |