svn commit: r274015 - stable/8/rescue/rescue

Takahashi Yoshihiro nyan at FreeBSD.org
Mon Nov 3 06:34:29 UTC 2014


Author: nyan
Date: Mon Nov  3 06:34:28 2014
New Revision: 274015
URL: https://svnweb.freebsd.org/changeset/base/274015

Log:
  MFC: r272245
  
    Remove duplicate prog.

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

Modified: stable/8/rescue/rescue/Makefile
==============================================================================
--- stable/8/rescue/rescue/Makefile	Mon Nov  3 06:34:08 2014	(r274014)
+++ stable/8/rescue/rescue/Makefile	Mon Nov  3 06:34:28 2014	(r274015)
@@ -157,7 +157,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-8 mailing list