diff options
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 7 | ||||
-rw-r--r-- | usr.sbin/wsmoused/Makefile | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 411e65060f1..1a43462ba2c 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.10 2002/08/12 10:47:43 miod Exp $ +# $OpenBSD: Makefile,v 1.11 2003/10/31 04:12:20 drahn Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" + ${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \ + ${MACHINE} == "sparc64" || ${MACHINE} == "pegasos" PROG= wsconscfg SRCS= wsconscfg.c @@ -13,6 +14,6 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha hppa i386 macppc sparc sparc64 +MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64 .include <bsd.prog.mk> diff --git a/usr.sbin/wsmoused/Makefile b/usr.sbin/wsmoused/Makefile index 5bde2234429..7569fd82ff9 100644 --- a/usr.sbin/wsmoused/Makefile +++ b/usr.sbin/wsmoused/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.2 2002/12/03 19:15:07 miod Exp $ +# $OpenBSD: Makefile,v 1.3 2003/10/31 04:12:20 drahn Exp $ -.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" +.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "pegasos" PROG= wsmoused SRCS= wsmoused.c mouse_protocols.c |