summaryrefslogtreecommitdiff
path: root/usr.sbin/wsconscfg
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:43:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-28 17:43:02 +0000
commitf5b1c0f83f9827a82bc59402c396cbaade4a9b65 (patch)
tree8a0fd9bb57c13aa297aa0aa298daffd0531295f0 /usr.sbin/wsconscfg
parentdf9adac944862a4897f7d0947c028604332606b3 (diff)
Repair build links for pegosos, and also build for amd64
Diffstat (limited to 'usr.sbin/wsconscfg')
-rw-r--r--usr.sbin/wsconscfg/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile
index 1a43462ba2c..bebc95112eb 100644
--- a/usr.sbin/wsconscfg/Makefile
+++ b/usr.sbin/wsconscfg/Makefile
@@ -1,6 +1,7 @@
-# $OpenBSD: Makefile,v 1.11 2003/10/31 04:12:20 drahn Exp $
+# $OpenBSD: Makefile,v 1.12 2004/01/28 17:42:59 deraadt Exp $
-.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
+.if ${MACHINE} == "i386" || ${MACHINE} == "amd64" || \
+ ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \
${MACHINE} == "macppc" || ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || ${MACHINE} == "pegasos"
@@ -14,6 +15,6 @@ NOPROG=yes
.endif
MAN= wsconscfg.8
-MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64
+MANSUBDIR= alpha hppa i386 macppc pegasos sparc sparc64 amd64
.include <bsd.prog.mk>