svn commit: r274013 - stable/10/rescue/rescue

Takahashi Yoshihiro nyan at FreeBSD.org
Mon Nov 3 06:33:53 UTC 2014


Author: nyan
Date: Mon Nov  3 06:33:52 2014
New Revision: 274013
URL: https://svnweb.freebsd.org/changeset/base/274013

Log:
  MFC: r272245
  
    Remove duplicate prog.

Modified:
  stable/10/rescue/rescue/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/rescue/rescue/Makefile
==============================================================================
--- stable/10/rescue/rescue/Makefile	Mon Nov  3 06:24:43 2014	(r274012)
+++ stable/10/rescue/rescue/Makefile	Mon Nov  3 06:33:52 2014	(r274013)
@@ -140,7 +140,6 @@ CRUNCH_ALIAS_bsdlabel= disklabel
 .endif
 
 .if ${MACHINE} == "pc98"
-CRUNCH_PROGS_sbin+= bsdlabel
 CRUNCH_SRCDIR_fdisk= $(.CURDIR)/../../sbin/fdisk_pc98
 .endif
 


More information about the svn-src-stable-10 mailing list