summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2001-09-01 17:00:41 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2001-09-01 17:00:41 +0000
commit4c4b2bf218dbf51fda7a7277f436b59eb852eb21 (patch)
treefe364ee6db354f6c40f17f72687e3ece0501bc6a /distrib
parentc4ee1b143c242e4d4de9af52ee6df08b7ed4f051 (diff)
distrib Makefile change for the powerpc -> macppc port rename.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index d7aa49f18fb..831928d3f5b 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.18 2001/06/26 22:26:15 smurph Exp $
+# $OpenBSD: Makefile,v 1.19 2001/09/01 17:00:40 drahn Exp $
.if make(obj)
-SUBDIR= special alpha amiga crunch hp300 i386 mac68k mvme68k mvme88k\
- mvmeppc powerpc sparc sun3 vax
+SUBDIR= special alpha amiga crunch hp300 i386 mac68k macppc mvme68k \
+ mvme88k mvmeppc sparc sun3 vax
.elif !make(install)
SUBDIR= special
.endif