aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-06-30 06:29:47 +0000
committerWarner Losh <imp@FreeBSD.org>2001-06-30 06:29:47 +0000
commit7ef33e2e397fdceeee4b5dd942b6def6fd5c9206 (patch)
tree6e4f0278e893030d5229f9a8e6869e39c875e31f /sys/conf/Makefile.pc98
parent971470c36c05809375713cf8d2e7c9dd42a266fc (diff)
Move kernel compile directory from sys/compile/FOO to
sys/compile/${MACHINE}/FOO. Reviewed by: arch, obrien, peter and the USENIX terminal room secret kernel cabal
Notes
Notes: svn path=/head/; revision=79014
Diffstat (limited to 'sys/conf/Makefile.pc98')
-rw-r--r--sys/conf/Makefile.pc982
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index a3a9f56a1864..32f0b938d981 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -31,7 +31,7 @@ KODIR?= /boot/${KERNEL}
.if exists(./@/.)
S= ./@
.else
-S= ../..
+S= ../../..
.endif
.endif
M= ${MACHINE_ARCH}