diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-15 21:45:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-15 21:45:45 +0000 |
commit | 9ad184861e656a09656c24f52ac9dbb772538f33 (patch) | |
tree | e704b3689b0cc9b8b2b330a7f033abd33893b355 | |
parent | 1dbda9d904888a1fdd87706cfec6de66640ad12f (diff) |
Stop this silliness with machine dependent man pages
-rw-r--r-- | sbin/wsconsctl/Makefile | 7 | ||||
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 7 | ||||
-rw-r--r-- | usr.sbin/wsfontload/Makefile | 3 |
3 files changed, 7 insertions, 10 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index 13c24069177..0205ea760b0 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2007/08/01 21:35:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.31 2009/05/15 21:45:44 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \ @@ -6,7 +6,8 @@ ${MACHINE} == "mac68k" || ${MACHINE} == "macppc" || \ ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \ - ${MACHINE} == "zaurus" + ${MACHINE} == "zaurus" || ${MACHINE} == "landisk" || + ${MACHINE} == "socppc" PROG= wsconsctl SRCS= display.c keyboard.c keysym.c map_parse.y map_scan.l \ @@ -27,7 +28,5 @@ NOPROG=yes .endif MAN= wsconsctl.8 -MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \ - sgi sparc sparc64 vax zaurus .include <bsd.prog.mk> diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 209d12dd602..9f76676a284 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.26 2007/08/01 21:35:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.27 2009/05/15 21:45:44 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \ @@ -6,7 +6,8 @@ ${MACHINE} == "mac68k" || ${MACHINE} == "macppc" || \ ${MACHINE} == "sgi" || ${MACHINE} == "sparc" || \ ${MACHINE} == "sparc64" || ${MACHINE} == "vax" || \ - ${MACHINE} == "zaurus" + ${MACHINE} == "zaurus" || ${MACHINE} == "landisk" || + ${MACHINE} == "socppc" PROG= wsconscfg SRCS= wsconscfg.c @@ -18,7 +19,5 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \ - sgi sparc sparc64 vax zaurus .include <bsd.prog.mk> diff --git a/usr.sbin/wsfontload/Makefile b/usr.sbin/wsfontload/Makefile index 624f5324b91..692b877ecee 100644 --- a/usr.sbin/wsfontload/Makefile +++ b/usr.sbin/wsfontload/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2007/08/01 21:35:26 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2009/05/15 21:45:44 deraadt Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ @@ -14,6 +14,5 @@ NOPROG=yes .endif MAN= wsfontload.8 -MANSUBDIR= alpha hppa i386 amd64 zaurus .include <bsd.prog.mk> |