diff options
Diffstat (limited to 'mbone/sdr/files/Makefile.netbsd')
-rw-r--r-- | mbone/sdr/files/Makefile.netbsd | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/mbone/sdr/files/Makefile.netbsd b/mbone/sdr/files/Makefile.netbsd index 14b1ef9d110..2285985c37f 100644 --- a/mbone/sdr/files/Makefile.netbsd +++ b/mbone/sdr/files/Makefile.netbsd @@ -1,13 +1,11 @@ -# $NetBSD: Makefile.netbsd,v 1.6 1999/04/23 13:49:25 kleink Exp $ +# $NetBSD: Makefile.netbsd,v 1.7 1999/10/04 20:57:00 is 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 \ - -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib -CFLAGS = ${INCLUDES} -DNORANDPROTO -DUSE_PERROR -DAUTH ${EXTRA_FLAGS} -Werror - -all:: sdr - -install: - ${BSD_INSTALL_PROGRAM} sdr ${PREFIX}/bin +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 \ + -lm -L${X11BASE}/lib -lX11 -lz \ + -Wl,-R${LOCALBASE}/lib -Wl,-R${X11BASE}/lib +CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DNORANDPROTO -DDEFINED_ERRLIST \ + -Wall -DAUTH -DHAVE_ZLIB +all:: sdr |