diff options
Diffstat (limited to 'usr.sbin')
-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 9dacfdc8bbc..72b90058794 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $ +# $OpenBSD: Makefile,v 1.4 2000/09/07 01:37:25 rahnds Exp $ -.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" +.if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || ${MACHINE} == "powerpc" PROG= wsconscfg SRCS= wsconscfg.c |