diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2016-10-02 17:02:59 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-10-02 17:02:59 +0000 |
| commit | ddce1c3ddbfb773c2ee1343721f4e5bbe07186d0 (patch) | |
| tree | c2ba7e9b032c44fe1ae58dfa5a602ba4debb8890 /tests/sys/mqueue/Makefile | |
| parent | a7d1d4161757d358a67d40a08f4c4b283db1f313 (diff) | |
Notes
Diffstat (limited to 'tests/sys/mqueue/Makefile')
| -rw-r--r-- | tests/sys/mqueue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sys/mqueue/Makefile b/tests/sys/mqueue/Makefile index ce5033c6a683..251c497e32e4 100644 --- a/tests/sys/mqueue/Makefile +++ b/tests/sys/mqueue/Makefile @@ -10,8 +10,8 @@ CFLAGS+= -I${SRCTOP}/tests PROGS+= mqtest1 PROGS+= mqtest2 -#PROGS+= mqtest3 -#PROGS+= mqtest4 +PROGS+= mqtest3 +PROGS+= mqtest4 PROGS+= mqtest5 LIBADD+= rt |
