svn commit: r305019 - head/cddl/usr.sbin/zfsd

Ngie Cooper ngie at FreeBSD.org
Mon Aug 29 19:07:50 UTC 2016


Author: ngie
Date: Mon Aug 29 19:07:48 2016
New Revision: 305019
URL: https://svnweb.freebsd.org/changeset/base/305019

Log:
  Remove unnecessary variable (SRCDIR) replaced by SRCTOP in Makefile.common
  
  MFC after:	1 week
  X-MFC with:	r305018
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/cddl/usr.sbin/zfsd/Makefile

Modified: head/cddl/usr.sbin/zfsd/Makefile
==============================================================================
--- head/cddl/usr.sbin/zfsd/Makefile	Mon Aug 29 19:06:40 2016	(r305018)
+++ head/cddl/usr.sbin/zfsd/Makefile	Mon Aug 29 19:07:48 2016	(r305019)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-SRCDIR=${.CURDIR}/../../..
 .include "Makefile.common"
 
 PROG_CXX=	zfsd


More information about the svn-src-head mailing list