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 /usr.sbin/wsconscfg | |
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 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index d9492091b83..88d404ed7c9 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.37 2016/03/31 01:28:01 jsg Exp $ +# $OpenBSD: Makefile,v 1.38 2016/05/11 21:52:51 deraadt Exp $ -.if ${MACHINE} != "hppa64" && ${MACHINE} != "octeon" +.if ${MACHINE} != "octeon" PROG= wsconscfg SRCS= wsconscfg.c |