summaryrefslogtreecommitdiffstats
path: root/lib/libc/uuid/Makefile.inc
blob: 51b2ce05fcfd925a52d0e3f7737892718a369424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

# DCE 1.1 UUID implementation sources

.PATH: ${.CURDIR}/../libc/uuid

SRCS+=	uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
	uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_to_string.c

INCS+=	uuid.h

.if ${LIB} == "c"
MAN+=	uuid.3
MLINKS+=uuid.3 uuid_compare.3
MLINKS+=uuid.3 uuid_create.3
MLINKS+=uuid.3 uuid_create_nil.3
MLINKS+=uuid.3 uuid_equal.3
MLINKS+=uuid.3 uuid_from_string.3
MLINKS+=uuid.3 uuid_hash.3
MLINKS+=uuid.3 uuid_is_nil.3
MLINKS+=uuid.3 uuid_to_string.3
.endif
OpenPOWER on IntegriCloud