aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-14 04:38:17 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-02-14 04:38:17 +0000
commitb07f553583cffcf562ebdff9c609ab759c759947 (patch)
tree13152e1f0f76b7779bf54f082c6878441869409f /misc/Makefile
parent2d68294813f15ae141f3af0b48199dc2bb523316 (diff)
downloadports-b07f553583cffcf562ebdff9c609ab759c759947.tar.gz
ports-b07f553583cffcf562ebdff9c609ab759c759947.zip
Add ossp-uuid, a ISO-C API and command line utility for generating DCE 1.1
and ISO/IEC 11578:1996 compliant Universally Unique Identifiers (UUIDs). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based), and version 4 (random number based). PR: 62810 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Notes
Notes: svn path=/head/; revision=100892
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 0eceedbcb55f..9b1c59fb2a32 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -265,6 +265,7 @@
SUBDIR += nwrite
SUBDIR += opencyc
SUBDIR += orville-write
+ SUBDIR += ossp-uuid
SUBDIR += p5-Array-Compare
SUBDIR += p5-Array-IntSpan
SUBDIR += p5-Array-PrintCols