summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.pc98
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-06-30 06:29:47 +0000
committerimp <imp@FreeBSD.org>2001-06-30 06:29:47 +0000
commitc5f2abfa6d4f5efbe3d568ed2a7fe27de4d8085f (patch)
tree6e4f0278e893030d5229f9a8e6869e39c875e31f /sys/conf/Makefile.pc98
parent6d4c97bec8aeaf01ca3e7be18edfa7a7e31641b8 (diff)
downloadFreeBSD-src-c5f2abfa6d4f5efbe3d568ed2a7fe27de4d8085f.zip
FreeBSD-src-c5f2abfa6d4f5efbe3d568ed2a7fe27de4d8085f.tar.gz
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
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 a3a9f56..32f0b93 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}
OpenPOWER on IntegriCloud