summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>2000-12-22 10:24:55 +0000
committerkato <kato@FreeBSD.org>2000-12-22 10:24:55 +0000
commit2b422169df89f960db502c96d128c0b7d87f7161 (patch)
treea0a1e2b6560948625933d61d4a994962fb7e6ce8 /sys
parente9ac8831c267514cd7f47a1e3c4eafbce851792a (diff)
downloadFreeBSD-src-2b422169df89f960db502c96d128c0b7d87f7161.zip
FreeBSD-src-2b422169df89f960db502c96d128c0b7d87f7161.tar.gz
Merged from Makefile.i386 revision 1.217.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/Makefile.pc984
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98
index 0160b62..91dc740 100644
--- a/sys/conf/Makefile.pc98
+++ b/sys/conf/Makefile.pc98
@@ -274,12 +274,12 @@ MKMODULESENV= MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${KODIR}
MKMODULESENV+= MACHINE=pc98
modules:
- find ${.CURDIR}/$S/modules -type d -a ! -name CVS \
+ find $S/modules -type d -a ! -name CVS \
| sed -e "s|$S/modules|modules|g" | xargs mkdir -p ; \
cd $S/modules ; env ${MKMODULESENV} ${MAKE} all
modules-depend:
- find ${.CURDIR}/$S/modules -type d -a ! -name CVS \
+ find $S/modules -type d -a ! -name CVS \
| sed -e "s|$S/modules|modules|g" | xargs mkdir -p ; \
cd $S/modules ; env ${MKMODULESENV} ${MAKE} depend
OpenPOWER on IntegriCloud