diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 07:50:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-12-01 07:50:08 +0000 |
commit | 7fade57a8abf11896d95cdde7876459924853496 (patch) | |
tree | 86be916ffbbe59ac56b6d9297d2f46e8f944836b /sbin | |
parent | 0ecd45eb6bd7318e53221a604fb83d3fc01defa8 (diff) |
Send Aviion to same place as Nova II
discussed with jsg
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/kbd/Makefile | 4 | ||||
-rw-r--r-- | sbin/reboot/reboot.8 | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/sbin/kbd/Makefile b/sbin/kbd/Makefile index 12a1d0c4f02..3069e27a940 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2014/04/03 20:55:44 miod Exp $ +# $OpenBSD: Makefile,v 1.38 2015/12/01 07:50:05 deraadt Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or # remove architectures on this list! # -.if ${MACHINE} != "aviion" && ${MACHINE} != "hppa64" && \ +.if ${MACHINE} != "hppa64" && \ ${MACHINE} != "ia64" && ${MACHINE} != "octeon" PROG= kbd diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index eb1ea623737..106458d615a 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.45 2014/07/14 09:19:21 pelikan Exp $ +.\" $OpenBSD: reboot.8,v 1.46 2015/12/01 07:50:05 deraadt Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)reboot.8 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: July 14 2014 $ +.Dd $Mdocdate: December 1 2015 $ .Dt REBOOT 8 .Os .Sh NAME @@ -93,7 +93,6 @@ users advance warning of their impending doom. .\" .Xr boot 8 , .Xr boot_alpha 8 , .Xr boot_amd64 8 , -.\" .Xr boot_aviion 8 , .Xr boot_hppa 8 , .Xr boot_hppa64 8 , .Xr boot_i386 8 , |