svn commit: r242731 - head/sys/modules/nxge

Kevin Lo kevlo at FreeBSD.org
Thu Nov 8 01:35:02 UTC 2012


Author: kevlo
Date: Thu Nov  8 01:35:02 2012
New Revision: 242731
URL: http://svnweb.freebsd.org/changeset/base/242731

Log:
  Use .PATH instead of VPATH.
  
  Reviewed by:	gnn,rwatson

Modified:
  head/sys/modules/nxge/Makefile

Modified: head/sys/modules/nxge/Makefile
==============================================================================
--- head/sys/modules/nxge/Makefile	Thu Nov  8 01:28:39 2012	(r242730)
+++ head/sys/modules/nxge/Makefile	Thu Nov  8 01:35:02 2012	(r242731)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 .PATH: ${.CURDIR}/../../dev/nxge
-VPATH = ${.CURDIR}/../../dev/nxge/xgehal
+.PATH: ${.CURDIR}/../../dev/nxge/xgehal
 
 CFLAGS_NXGE = 
 


More information about the svn-src-head mailing list