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> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
