diff options
author | is <is> | 1999-10-04 20:56:59 +0000 |
---|---|---|
committer | is <is> | 1999-10-04 20:56:59 +0000 |
commit | 06f9619e5c7d98ab665fe826ec1809128c7989d2 (patch) | |
tree | 36407baf6e2cb6d65bec6d82cbd630a07aa84aa9 /mbone/sdr/files/Makefile.netbsd | |
parent | a75302ac088ccb8b5e801f86af6dfeee110b233a (diff) | |
download | pkgsrc-06f9619e5c7d98ab665fe826ec1809128c7989d2.tar.gz |
Upgrade to sdr-2.7.
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 |