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 /usr.sbin/wsconscfg | |
parent | 1dbda9d904888a1fdd87706cfec6de66640ad12f (diff) |
Stop this silliness with machine dependent man pages
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
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> |