7ab4a1fe58
implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr
16 lines
376 B
Text
16 lines
376 B
Text
--- src/alc/Makefile.orig Tue Jul 22 19:42:18 2003
|
|
+++ src/alc/Makefile Wed Oct 15 17:21:25 2003
|
|
@@ -36,6 +36,13 @@
|
|
LIBRARIES = -lc -lm -lsocket -lnsl -L/usr/ucblib -lucb -lpthread
|
|
endif
|
|
|
|
+ifeq (${OS},freebsd)
|
|
+ # FreeBSD version
|
|
+ BINDIR = ../../bin/freebsd
|
|
+ LDPC_BINDIR = ../../../ldpc/bin/freebsd
|
|
+ LIBRARIES = -lm -pthread
|
|
+endif
|
|
+
|
|
|
|
###### Other Variables ######
|
|
|