summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2008-05-13 21:15:26 +0000
committermiod <miod@openbsd.org>2008-05-13 21:15:26 +0000
commitcd0ae4efa0fd9a11e9923567386f83f7ad9c23e3 (patch)
tree29045a9cb26f108dd5f7c91fb854a08396ac507e
parentMake socppc on par with macppc for now. (diff)
downloadwireguard-openbsd-cd0ae4efa0fd9a11e9923567386f83f7ad9c23e3.tar.xz
wireguard-openbsd-cd0ae4efa0fd9a11e9923567386f83f7ad9c23e3.zip
Recurse in socppc for make obj
-rw-r--r--distrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 3d259e01381..7355a5b4446 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.33 2008/01/11 10:16:40 espie Exp $
+# $OpenBSD: Makefile,v 1.34 2008/05/13 21:15:26 miod Exp $
SUBDIR= special notes
.if make(obj)
SUBDIR+=crunch
SUBDIR+=alpha amd64 armish hp300 hppa i386 landisk mac68k macppc \
- mvme68k mvme88k mvmeppc sgi sparc sparc64 vax zaurus
+ mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif