Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108569475
D48116.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D48116.diff
View Options
diff --git a/lib/Makefile b/lib/Makefile
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -15,6 +15,7 @@
libc++ \
libc++experimental \
libcxxrt \
+ libder \
libdiff \
libelf \
libssp \
diff --git a/lib/libder/Makefile b/lib/libder/Makefile
new file mode 100644
--- /dev/null
+++ b/lib/libder/Makefile
@@ -0,0 +1,13 @@
+
+LIB= der
+INTERNALLIB=
+
+.PATH: ${SRCTOP}/contrib/libder/libder
+SRCS+= libder.c \
+ libder_error.c \
+ libder_obj.c \
+ libder_read.c \
+ libder_type.c \
+ libder_write.c
+
+.include <bsd.lib.mk>
diff --git a/share/mk/src.libnames.mk b/share/mk/src.libnames.mk
--- a/share/mk/src.libnames.mk
+++ b/share/mk/src.libnames.mk
@@ -44,6 +44,7 @@
bsnmptools \
c_nossp_pic \
cron \
+ der \
diff \
elftc \
fdt \
@@ -614,6 +615,9 @@
LIBCRONDIR= ${_LIB_OBJTOP}/usr.sbin/cron/lib
LIBCRON?= ${LIBCRONDIR}/libcron${PIE_SUFFIX}.a
+LIBDERDIR= ${_LIB_OBJTOP}/lib/libder
+LIBDER?= ${LIBDERDIR}/libder${PIE_SUFFIX}.a
+
LIBNTPDIR= ${_LIB_OBJTOP}/usr.sbin/ntp/libntp
LIBNTP?= ${LIBNTPDIR}/libntp${PIE_SUFFIX}.a
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 11:21 AM (4 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16194926
Default Alt Text
D48116.diff (1 KB)
Attached To
Mode
D48116: Import and hook up libder
Attached
Detach File
Event Timeline
Log In to Comment