77 lines
2.0 KiB
Plaintext
77 lines
2.0 KiB
Plaintext
*** Makefile.orig Sun Apr 28 21:16:29 1996
|
|
--- Makefile Tue May 5 11:28:19 1998
|
|
***************
|
|
*** 12,28 ****
|
|
#
|
|
|
|
# Where to install things for Linux sites (FSSTND)
|
|
! BINDIR = /usr/bin
|
|
! LIBDIR = /etc
|
|
! DOCDIR = /usr/doc/examples/minicom
|
|
! MANDIR = /usr/man/man1
|
|
|
|
! # Where to install things for FreeBSD sites.
|
|
! # BINDIR = /usr/local/bin
|
|
! # LIBDIR = /usr/local/etc/minicom
|
|
! ##DOCDIR = /usr/local/share/minicom
|
|
# DOCDIR = /usr/local/etc/minicom
|
|
! # MANDIR = /usr/local/man/man1
|
|
|
|
# Where to install things for "normal" sites.
|
|
# BINDIR = /usr/local/bin
|
|
--- 12,28 ----
|
|
#
|
|
|
|
# Where to install things for Linux sites (FSSTND)
|
|
! # BINDIR = /usr/bin
|
|
! # LIBDIR = /etc
|
|
! # DOCDIR = /usr/doc/examples/minicom
|
|
! # MANDIR = /usr/man/man1
|
|
|
|
! # Where to install things for OpenBSD sites.
|
|
! BINDIR = /usr/local/bin
|
|
! LIBDIR = /etc/minicom
|
|
! DOCDIR = /usr/local/share/examples/minicom
|
|
# DOCDIR = /usr/local/etc/minicom
|
|
! MANDIR = /usr/local/man/man1
|
|
|
|
# Where to install things for "normal" sites.
|
|
# BINDIR = /usr/local/bin
|
|
***************
|
|
*** 38,54 ****
|
|
#CC = cc
|
|
|
|
# Take these compilation flags for Linux with ncurses.
|
|
! FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -D_HAVE_MACROS # -I/usr/include/ncurses
|
|
PROGS = minicom runscript ascii-xfr
|
|
LFLAGS = -s
|
|
! LIBS = -lncurses
|
|
! CC = cc
|
|
!
|
|
! # Take these compilation flags for FreeBSD.
|
|
! #FLAGS = -Wall -D_POSIX -D_BSD43 -D_SELECT -D_HAVE_MACROS -D_DCDFLOW
|
|
! #PROGS = minicom runscript ascii-xfr
|
|
! #LFLAGS = -s
|
|
! #LIBS = -ltermcap
|
|
#CC = cc
|
|
|
|
# Take these flags for SCO unix.
|
|
--- 38,54 ----
|
|
#CC = cc
|
|
|
|
# Take these compilation flags for Linux with ncurses.
|
|
! # FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -D_HAVE_MACROS # -I/usr/include/ncurses
|
|
! # PROGS = minicom runscript ascii-xfr
|
|
! # LFLAGS = -s
|
|
! # LIBS = -lncurses
|
|
! # CC = cc
|
|
!
|
|
! # Take these compilation flags for OpenBSD.
|
|
! FLAGS = -Wall -D_POSIX -D_BSD43 -D_SELECT -D_HAVE_MACROS -D_DCDFLOW
|
|
PROGS = minicom runscript ascii-xfr
|
|
LFLAGS = -s
|
|
! LIBS = -ltermcap
|
|
#CC = cc
|
|
|
|
# Take these flags for SCO unix.
|