summaryrefslogtreecommitdiff
path: root/usr/src/test/os-tests/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/test/os-tests/tests/Makefile')
-rw-r--r--usr/src/test/os-tests/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/test/os-tests/tests/Makefile b/usr/src/test/os-tests/tests/Makefile
index 76ec1f9a1b..6dfe29087d 100644
--- a/usr/src/test/os-tests/tests/Makefile
+++ b/usr/src/test/os-tests/tests/Makefile
@@ -38,6 +38,7 @@ SUBDIRS = \
stress \
syscall \
timer \
+ tmpfs \
uccid \
$(SUBDIRS_$(MACH))
@@ -45,6 +46,7 @@ PROGS = \
clock_gettime \
eventfd \
odirectory \
+ OS-6097 \
writev
CPPFLAGS += -D_REENTRANT
@@ -59,6 +61,9 @@ ROOTOPTPROGS = $(PROGS32:%=$(ROOTOPTDIR)/%) \
odirectory.32 := LDLIBS += -lsocket
odirectory.64 := LDLIBS64 += -lsocket
+OS-6097.32 := LDLIBS += -ldlpi
+OS-6097.64 := LDLIBS64 += -ldlpi
+
clock_gettime.32 := LDLIBS += -lproc
clock_gettime.32 := CSTD = $(CSTD_GNU99)
clock_gettime.64 := LDLIBS64 += -lproc