diff options
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 |