svn commit: r278294 - head/tools/tools/qrndtest

John-Mark Gurney jmg at FreeBSD.org
Thu Feb 5 21:56:24 UTC 2015


Author: jmg
Date: Thu Feb  5 21:56:23 2015
New Revision: 278294
URL: https://svnweb.freebsd.org/changeset/base/278294

Log:
  apparently MAN was misspelled, fix..
  
  Submitted by:	ngie

Modified:
  head/tools/tools/qrndtest/Makefile

Modified: head/tools/tools/qrndtest/Makefile
==============================================================================
--- head/tools/tools/qrndtest/Makefile	Thu Feb  5 21:53:41 2015	(r278293)
+++ head/tools/tools/qrndtest/Makefile	Thu Feb  5 21:56:23 2015	(r278294)
@@ -6,6 +6,6 @@ PROG = qrndtest
 
 SRCS = r.c
 
-NO_MAN=
+MAN=
 
 .include <bsd.prog.mk>


More information about the svn-src-all mailing list