aboutsummaryrefslogtreecommitdiff
path: root/rescue/rescue
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2009-04-17 22:20:44 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2009-04-17 22:20:44 +0000
commitcaa9d69ea17c4ab7f87471bea1267d5ecb43c003 (patch)
tree448100324a3bb01804a07f3a19fadbbf52a27352 /rescue/rescue
parent182e0e9ddc1110b2ab0556dcd53b75556553bcb6 (diff)
downloadsrc-caa9d69ea17c4ab7f87471bea1267d5ecb43c003.tar.gz
src-caa9d69ea17c4ab7f87471bea1267d5ecb43c003.zip
*** empty log message ***
Notes
Notes: svn path=/head/; revision=191227
Diffstat (limited to 'rescue/rescue')
-rw-r--r--rescue/rescue/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index 16db60b1e11a..87af001565df 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -118,7 +118,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect \
mount_udf mount_unionfs newfs \
newfs_msdos nos-tun ping reboot \
restore rcorder route routed rtquery rtsol savecore \
- spppcontrol swapon sysctl tunefs umount
+ spppcontrol swapon sysctl tunefs umount
.if ${MK_ATM} != "no"
CRUNCH_PROGS_sbin+= atmconfig
@@ -188,7 +188,7 @@ CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRUNCH -Dlint
##################################################################
# Programs from stock /usr/bin
-#
+#
CRUNCH_SRCDIRS+= usr.bin
CRUNCH_PROGS_usr.bin= head mt sed tail tee
@@ -211,7 +211,7 @@ CRUNCH_ALIAS_id= groups whoami
##################################################################
# Programs from stock /usr/sbin
-#
+#
CRUNCH_SRCDIRS+= usr.sbin
CRUNCH_PROGS_usr.sbin= chroot
@@ -303,7 +303,7 @@ objs: $(OUTMK)
# <sigh> Someone should replace the bin/csh and bin/sh build-tools with
# shell scripts so we can remove this nonsense.
build-tools:
-.for _tool in bin/csh bin/sh
+.for _tool in bin/csh bin/sh
cd $(.CURDIR)/../../${_tool}; \
MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} obj; \
MAKEOBJDIRPREFIX=${CRUNCHOBJS} ${MAKE} build-tools