diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 19:16:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 19:16:45 +0000 |
commit | 54c4869872e628d32932ac90cb13671a095e1f1f (patch) | |
tree | 473cfafdf470b233aeb728a4a4d048a94250c981 /distrib/Makefile | |
parent | 557bef3ff5aeaa9c2c2f3e219645cea9f8d4ac44 (diff) |
remove mvmeppc; it is really rough shape. ok drahn miod
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 89c0479af83..9a07eb6e1ac 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.38 2011/03/22 17:35:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.39 2011/07/07 19:16:43 deraadt Exp $ SUBDIR= special notes .if make(obj) SUBDIR+=alpha amd64 armish beagle hp300 hppa i386 landisk loongson mac68k macppc \ - mvme68k mvme88k mvmeppc sgi socppc sparc sparc64 vax zaurus + mvme68k mvme88k sgi socppc sparc sparc64 vax zaurus .elif exists(${MACHINE}) SUBDIR+=${MACHINE} .endif |