summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortodd <todd@openbsd.org>1997-11-08 08:13:10 +0000
committertodd <todd@openbsd.org>1997-11-08 08:13:10 +0000
commit1eca95d176f65ada39b4847aa964037fbbf62d27 (patch)
tree34af8bf204e095c4029bb053446e421d020d2b94
parentWith the new manpage, we need an obj subdir for ro /usr/src builds. (diff)
downloadwireguard-openbsd-1eca95d176f65ada39b4847aa964037fbbf62d27.tar.xz
wireguard-openbsd-1eca95d176f65ada39b4847aa964037fbbf62d27.zip
make obj thingies.
-rw-r--r--lib/csu/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/csu/Makefile b/lib/csu/Makefile
index 574657d8388..8eae87abc1b 100644
--- a/lib/csu/Makefile
+++ b/lib/csu/Makefile
@@ -1,5 +1,11 @@
-# $Id: Makefile,v 1.1.1.1 1995/10/18 08:41:17 deraadt Exp $
+# $Id: Makefile,v 1.2 1997/11/08 08:13:10 todd Exp $
-SUBDIR= ${MACHINE_ARCH} c++
+.if make(obj)
+SUBDIR= alpha i386 m68k mips mvme88k ns32k powerpc sparc vax
+.else
+SUBDIR= ${MACHINE_ARCH}
+.endif
+
+SUBDIR+= c++
.include <bsd.subdir.mk>