diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-05-11 21:52:52 +0000 |
commit | 98421c3e0b0b25ab3a1e5956aea147e56dcdfa57 (patch) | |
tree | d515a4fa16f614d14d2923804ce9ae89bac27be8 /sbin | |
parent | acedf914d93d5f889c448b773832ddeac5e72ae0 (diff) |
remove hppa64 port, which we never got going beyond broken single users.
hppa reverse-stack gives us a valuable test case, but most developers don't
have a 2nd one to proceed further with this.
ok kettenis
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 a5c5ab869ec..ca5e186b69c 100644 --- a/sbin/kbd/Makefile +++ b/sbin/kbd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.39 2016/03/31 01:28:00 jsg Exp $ +# $OpenBSD: Makefile,v 1.40 2016/05/11 21:52:49 deraadt Exp $ # # Be sure to change src/distrib/special/kbd/Makefile as well if you add or # remove architectures on this list! # -.if ${MACHINE} != "hppa64" && ${MACHINE} != "octeon" +.if ${MACHINE} != "octeon" PROG= kbd diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 108ba5f7452..5c2a6fba6d1 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.47 2016/03/09 16:28:47 deraadt Exp $ +.\" $OpenBSD: reboot.8,v 1.48 2016/05/11 21:52:49 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: March 9 2016 $ +.Dd $Mdocdate: May 11 2016 $ .Dt REBOOT 8 .Os .Sh NAME @@ -94,7 +94,6 @@ users advance warning of their impending doom. .Xr boot_alpha 8 , .Xr boot_amd64 8 , .Xr boot_hppa 8 , -.Xr boot_hppa64 8 , .Xr boot_i386 8 , .Xr boot_luna88k 8 , .Xr boot_macppc 8 , |