summaryrefslogtreecommitdiff
path: root/mbone/sdr/files/Makefile.netbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/files/Makefile.netbsd')
-rw-r--r--mbone/sdr/files/Makefile.netbsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/sdr/files/Makefile.netbsd b/mbone/sdr/files/Makefile.netbsd
index 2285985c37f..4b17ca6cfdc 100644
--- a/mbone/sdr/files/Makefile.netbsd
+++ b/mbone/sdr/files/Makefile.netbsd
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.netbsd,v 1.7 1999/10/04 20:57:00 is Exp $
+# $NetBSD: Makefile.netbsd,v 1.8 2000/09/08 18:58:06 jwise Exp $
CC = gcc -g -O
-INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include/tcl8.0/generic -I../../common
-LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 ../../common/libcommon.a \
+INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tcl/generic -I../../common
+LIBS = -L${LOCALBASE}/lib -ltk83 -ltcl83 ../../common/libcommon.a \
-lm -L${X11BASE}/lib -lX11 -lz \
-Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib
CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DNORANDPROTO -DDEFINED_ERRLIST \