[Midnightbsd-cvs] src: Makefile: Add chown to rescue.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 2 21:48:29 EDT 2007
Log Message:
-----------
Add chown to rescue. It could be very handy.
Remove alpha bits.
Modified Files:
--------------
src/rescue/rescue:
Makefile (r1.4 -> r1.5)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/rescue/rescue/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lrescue/rescue/Makefile -Lrescue/rescue/Makefile -u -r1.4 -r1.5
--- rescue/rescue/Makefile
+++ rescue/rescue/Makefile
@@ -153,10 +153,6 @@
CRUNCH_PROGS_sbin+= sunlabel
.endif
-.if ${MACHINE_ARCH} == "alpha"
-CRUNCH_ALIAS_bsdlabel= disklabel
-.endif
-
.if ${MACHINE_ARCH} == "amd64"
CRUNCH_PROGS_sbin+= fdisk
CRUNCH_ALIAS_bsdlabel= disklabel
@@ -204,7 +200,7 @@
#
CRUNCH_SRCDIRS+= usr.sbin
-CRUNCH_PROGS_usr.sbin+= chroot
+CRUNCH_PROGS_usr.sbin+= chown chroot
##################################################################
# The following is pretty nearly a generic crunchgen-handling makefile
More information about the Midnightbsd-cvs
mailing list