diff options
author | mat <mat@FreeBSD.org> | 2004-03-20 23:29:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-03-20 23:29:29 +0800 |
commit | 45b3408d60a384f1aea5bcf7f669413505a87b1a (patch) | |
tree | bdbb0d26c554eafb098fcdb89bfbe3b326d90e98 /misc | |
parent | 47f2aeeb531027f1477c648abac46ef38b25ccb7 (diff) | |
download | freebsd-ports-graphics-45b3408d60a384f1aea5bcf7f669413505a87b1a.tar.gz freebsd-ports-graphics-45b3408d60a384f1aea5bcf7f669413505a87b1a.tar.zst freebsd-ports-graphics-45b3408d60a384f1aea5bcf7f669413505a87b1a.zip |
Unbreak INDEX
Pointy Hat To: phantom
Diffstat (limited to 'misc')
-rw-r--r-- | misc/posixtestsuite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile index 32b6772d757..94d729f7245 100644 --- a/misc/posixtestsuite/Makefile +++ b/misc/posixtestsuite/Makefile @@ -67,7 +67,7 @@ pre-everything:: @${ECHO} "" @${ECHO} " make QUIET=YES WITH_THRLIB= regression" @${ECHO} " - be quiet, run tests against libpthread (default" - @${ECHO} " threading library), compare tests results" + @${ECHO} " threading library), compare tests results" @${ECHO} "" help: pre-everything |