home *** CD-ROM | disk | FTP | other *** search
- --- Makefile.rtr Wed Feb 5 16:22:01 1997
- +++ Makefile Wed Feb 5 16:26:15 1997
- @@ -193,12 +193,12 @@
- #YACC=bison -y -v -t -l
-
- # Use this for system V.4
- -#CFLAGS= -DSYSV4 -DSYSV3 -O
- -#LDFLAGS= -s
- -#LIB=-lm -lcurses -lgen
- +CFLAGS= -DSYSV4 -DSYSV3 -O
- +LDFLAGS= -s
- +LIB=-lm -lncurses
- # with gcc also use:
- -#CC=gcc
- -#CFLAGS= -DSYSV3 -O -pipe
- +CC=gcc
- +CFLAGS= -DSYSV3 -I/usr/include/ncurses -O -pipe
-
- # Microport
- #CFLAGS= -DSYSV2 -O -DUPORT -Ml
- @@ -223,9 +223,9 @@
- #CFLAGS= -O -DBSD42 -pipe
-
- # Use this for BSD 4.3
- -CFLAGS= -O -DBSD43
- -LDFLAGS=
- -LIB=-lm -lcurses -ltermcap
- +#CFLAGS= -O -DBSD43
- +#LDFLAGS=
- +#LIB=-lm -lcurses -ltermcap
-
- # Use this for SunOS 4.X if you have the System V package installed.
- # This will link with the System V curses which is preferable to the
-