diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-06 15:37:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-06 15:37:41 +0000 |
commit | 01b5caf65dfb8149e1f9f5f0850ca5209ac2b9b2 (patch) | |
tree | e00cb77a02c61b595db308d33d1cf12820e53b16 /usr.sbin | |
parent | dbfc464e094dce33a00fd374f72159f5d1e95af8 (diff) |
sparc64 needs this too
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 26e739baa4e..2bb9d932d1b 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2001/09/01 17:01:49 drahn Exp $ +# $OpenBSD: Makefile,v 1.9 2002/02/06 15:37:40 jason Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ - ${MACHINE} == "macppc" + ${MACHINE} == "macppc" || ${MACHINE} == "sparc64" PROG= wsconscfg SRCS= wsconscfg.c @@ -13,6 +13,6 @@ NOPROG=yes .endif MAN= wsconscfg.8 -MANSUBDIR= alpha hppa i386 macppc +MANSUBDIR= alpha hppa i386 macppc sparc64 .include <bsd.prog.mk> |