svn commit: r290084 - head/usr.sbin/ndiscvt

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 27 23:35:10 UTC 2015


Author: bdrewery
Date: Tue Oct 27 23:35:08 2015
New Revision: 290084
URL: https://svnweb.freebsd.org/changeset/base/290084

Log:
  Remove unneeded NAME override.
  
  MFC after:	2 weeks
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/usr.sbin/ndiscvt/Makefile

Modified: head/usr.sbin/ndiscvt/Makefile
==============================================================================
--- head/usr.sbin/ndiscvt/Makefile	Tue Oct 27 23:35:02 2015	(r290083)
+++ head/usr.sbin/ndiscvt/Makefile	Tue Oct 27 23:35:08 2015	(r290084)
@@ -22,7 +22,6 @@ CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/..
 CLEANFILES= y.output
 
 FILES= windrv_stub.c
-FILESNAME= windrv_stub.c
 FILESDIR= ${SHAREDIR}/misc
 
 SCRIPTS= ndisgen.sh


More information about the svn-src-all mailing list