diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:15:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-05-13 21:15:27 +0000 |
commit | 0a0560505fd6fbb7c2365be42d519730432be0bc (patch) | |
tree | 5cf109297cbaa7c12d280933b01b101b68dbac19 /distrib | |
parent | ac7c5001f2c1dc8769baab1a55af1f57d0da74b6 (diff) |
Recurse in socppc for make obj
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 4 |
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 |