--- src/Makefile.orig Sat May 16 02:51:17 1998 +++ src/Makefile Tue Sep 1 17:00:13 1998 @@ -40,7 +40,7 @@ # -D_I18N_ - Internationalization and localized text strings # see file "../doc/Locales" # -OPFLAGS = -D_HISTORY -D_HAVE_MACROS -D_SEARCH_HISTORY -D_I18N_ +OPFLAGS = -D_HISTORY -D_HAVE_MACROS -D_SEARCH_HISTORY # Remove if you don't have gettext and don't want to install it and use # the localized strings @@ -63,7 +63,7 @@ FLAGS = -Wall -D_POSIX -D_SYSV -D_SELECT -pipe # -I/usr/include/ncurses PROGS = minicom runscript ascii-xfr LFLAGS = -s -LIBS = -lncurses -lintl +LIBS = -lncurses CC = cc # Take these compilation flags for FreeBSD. @@ -182,7 +182,7 @@ R = $(ROOTDIR) -all: $(PROGS) $(PO) +all: $(PROGS) # $(PO) minicom: $(MOBJS) $(CC) $(LFLAGS) -o minicom $(MOBJS) $(LIBS)