diff options
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-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 8ba6a8e1d36..209d12dd602 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2007/08/01 21:32:55 deraadt Exp $ +# $OpenBSD: Makefile,v 1.26 2007/08/01 21:35:26 deraadt Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "hp300" || ${MACHINE} == "hppa" || \ @@ -18,7 +18,7 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha amd64 cats hp300 hppa i386 luna88k mac68k macppc \ +MANSUBDIR= alpha amd64 hp300 hppa i386 luna88k mac68k macppc \ sgi sparc sparc64 vax zaurus .include <bsd.prog.mk> |