ngie d4c625976a MFC r264400,r265836:
r264400:

  NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
  and finish the job. ncurses is now the only Makefile in the tree that
  uses it since it wasn't a simple mechanical change, and will be
  addressed in a future commit.

r265836:

  Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
  what is needed.
2014-12-31 23:25:37 +00:00
..
2014-12-31 23:25:37 +00:00
2014-07-14 15:54:50 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2014-12-31 23:25:37 +00:00
2012-05-11 16:04:55 +00:00
2011-12-30 00:04:11 +00:00
2014-12-31 23:25:37 +00:00

$FreeBSD$

This directory is for test programs.

A test program is one that will exercise a particular bit of the system
and try to break it and/or measuring performance on it.

Please make a subdir per program, and add a brief description to this file.

devrandom	Programs to test /dev/*random.
dtrace		DTrace test suite
malloc		A program to test and benchmark malloc().
netfibs		Programs to test multi-FIB network stacks.
posixshm	A program to test POSIX shared memory.
testfloat	Programs to test floating-point implementations