summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-11-18 07:34:56 +0000
committermarcel <marcel@FreeBSD.org>2002-11-18 07:34:56 +0000
commit0ae909734222d89a017a3aa6cd7b61e9b4540904 (patch)
tree8a06dcfcb3c91280bcd689ced5fabbfb22c1b112 /lib
parent71d25044f640e2738e1c213d8e9a0f30e04eaccb (diff)
downloadFreeBSD-src-0ae909734222d89a017a3aa6cd7b61e9b4540904.zip
FreeBSD-src-0ae909734222d89a017a3aa6cd7b61e9b4540904.tar.gz
libc header files are normally in src/include. Therefore, uuid.h has
been repo-copied from src/lib/libc/uuid to src/include. Update the makefiles. While in src/include/Makefile, reformat and resort INCS. Reverting the functional change only involves removing uuid.h. Pompted by: ru
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/uuid/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/uuid/Makefile.inc b/lib/libc/uuid/Makefile.inc
index 51b2ce0..d33f80b 100644
--- a/lib/libc/uuid/Makefile.inc
+++ b/lib/libc/uuid/Makefile.inc
@@ -7,8 +7,6 @@
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
OpenPOWER on IntegriCloud