diff options
Diffstat (limited to 'usr/src/test/os-tests/tests/Makefile')
| -rw-r--r-- | usr/src/test/os-tests/tests/Makefile | 5 |
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 c9f3391576..190c61e134 100644 --- a/usr/src/test/os-tests/tests/Makefile +++ b/usr/src/test/os-tests/tests/Makefile @@ -31,11 +31,13 @@ SUBDIRS = \ stress \ syscall \ timer \ + tmpfs \ uccid \ $(SUBDIRS_$(MACH)) PROGS = \ odirectory \ + OS-6097 \ writev CPPFLAGS += -D_REENTRANT @@ -50,6 +52,9 @@ ROOTOPTPROGS = $(PROGS32:%=$(ROOTOPTDIR)/%) \ odirectory.32 := LDLIBS += -lsocket odirectory.64 := LDLIBS64 += -lsocket +OS-6097.32 := LDLIBS += -ldlpi +OS-6097.64 := LDLIBS64 += -ldlpi + writev.32 := CPPFLAGS += -D_FILE_OFFSET_BITS=64 writev.32 := CSTD = $(CSTD_GNU99) writev.64 := CSTD = $(CSTD_GNU99) |
