mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
769 B
Plaintext
21 lines
769 B
Plaintext
--- Imakefile.orig Fri May 20 15:44:40 1994
|
|
+++ Imakefile Fri Oct 11 11:05:44 1996
|
|
@@ -110,7 +110,7 @@
|
|
#endif
|
|
HP_DEFINE = -DHP_STUFF
|
|
#else
|
|
- XMLIB = -L$(USRLIBDIR) -lXm
|
|
+ XMLIB = -L$(USRLIBDIR) ${MOTIFLIB}
|
|
#endif
|
|
#endif
|
|
|
|
@@ -126,7 +126,7 @@
|
|
OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \
|
|
disconnect.o remote_dir.o pwd.o peek.o syst.o \
|
|
bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \
|
|
- local_dir.o put.o mkdir.o type.o fb_rs.o version.o \
|
|
+ local_dir.o put.o mkdir.o type.o fb_rs.o version.o \
|
|
regerror.o regexp.o regsub.o translate.o help.o \
|
|
tran_table.o sort.o noop.o List.o ListSW.o time.o \
|
|
tm_to_time.o archie.o popen.o icons.o myfgets.o \
|