mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a759fd52db
Programming Volume 1, 2nd Edition". It contains the library and headers used in the examples as well as all programs from the text that compile on FreeBSD systems. PR: ports/14057 Submitted by: James FitzGibbon <james@targetnet.com>
19 lines
663 B
Plaintext
19 lines
663 B
Plaintext
--- Make.defines.in.orig Thu Jun 12 16:20:21 1997
|
|
+++ Make.defines.in Thu Sep 30 10:13:57 1999
|
|
@@ -17,6 +17,7 @@
|
|
# Following is the main library, built from all the object files
|
|
# in the lib/ and libfree/ directories.
|
|
LIBUNP_NAME = @LIBUNP_NAME@
|
|
+LIBUNP_THREADSAFE_NAME = @LIBUNP_THREADSAFE_NAME@
|
|
|
|
# Following is the XTI library, built from all the object files
|
|
# in the libxti/ directory.
|
|
@@ -24,6 +25,7 @@
|
|
|
|
# Following are all the object files to create in the lib/ directory.
|
|
LIB_OBJS = @LIB_OBJS@
|
|
+LIB_THREADSAFE_OBJS = @LIB_THREADSAFE_OBJS@
|
|
|
|
# Following are all the object files to create in the libfree/ directory.
|
|
LIBFREE_OBJS = @LIBFREE_OBJS@
|