summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-26 21:46:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-26 21:46:37 +0000
commita76c37785eb21eb31565d5c29545230eb5eafee4 (patch)
tree948503e8f72e0ede34863f8bc2dafc4b3e074ed9 /sys
parentdab3a16bb47d78351ffe686e2d291e5f67a19c34 (diff)
typo
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/conf/Makefile.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index 830323f5cb9..1744453e6e2 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.23 2010/04/26 20:50:16 deraadt Exp $
+# $OpenBSD: Makefile.amd64,v 1.24 2010/04/26 21:46:36 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -33,7 +33,7 @@ S!= cd ../../../..; pwd
_mach?= amd64
_machdir?= $S/arch/amd64
_arch?= amd64
-_archdir?= $S/arch/amd46
+_archdir?= $S/arch/amd64
INCLUDES= -nostdinc -I. -I$S -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -Damd64 -Dx86_64