summaryrefslogtreecommitdiff
path: root/usr/src/test/libc-tests/tests/threads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/test/libc-tests/tests/threads/Makefile')
-rw-r--r--usr/src/test/libc-tests/tests/threads/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/test/libc-tests/tests/threads/Makefile b/usr/src/test/libc-tests/tests/threads/Makefile
index 1e73e7b8c7..31cb1ddefe 100644
--- a/usr/src/test/libc-tests/tests/threads/Makefile
+++ b/usr/src/test/libc-tests/tests/threads/Makefile
@@ -10,7 +10,7 @@
#
#
-# Copyright 2016 Joyent, Inc.
+# Copyright 2018 Joyent, Inc.
#
include $(SRC)/Makefile.master
@@ -18,7 +18,7 @@ include $(SRC)/Makefile.master
ROOTOPTPKG = $(ROOT)/opt/libc-tests
TESTDIR = $(ROOTOPTPKG)/tests
-PROGS = pthread_attr_get_np
+PROGS = pthread_attr_get_np thread_name
include $(SRC)/cmd/Makefile.cmd
include $(SRC)/test/Makefile.com