summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mbone/sdr/files/Makefile.netbsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbone/sdr/files/Makefile.netbsd b/mbone/sdr/files/Makefile.netbsd
index 1fc70be35b8..14b1ef9d110 100644
--- a/mbone/sdr/files/Makefile.netbsd
+++ b/mbone/sdr/files/Makefile.netbsd
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.netbsd,v 1.5 1999/01/01 07:58:29 garbled Exp $
+# $NetBSD: Makefile.netbsd,v 1.6 1999/04/23 13:49:25 kleink Exp $
CC = gcc -g -O
INCLUDES = -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include
-LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11
+LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11 \
+ -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib
CFLAGS = ${INCLUDES} -DNORANDPROTO -DUSE_PERROR -DAUTH ${EXTRA_FLAGS} -Werror
all:: sdr