summaryrefslogtreecommitdiffstats
path: root/lib/libstand/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/Makefile')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index c2fc7a4..5464f9c 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -72,6 +72,10 @@ SRCS+= ashldi3.c ashrdi3.c
SRCS+= syncicache.c
.endif
+# uuid functions from libc
+.PATH: ${.CURDIR}/../libc/uuid
+SRCS+= uuid_equal.c uuid_is_nil.c
+
# _setjmp/_longjmp
.if ${MACHINE_ARCH} == "amd64"
.PATH: ${.CURDIR}/i386
OpenPOWER on IntegriCloud