ARCHIVER = tar
ARCHIVER_FLAGS = cf
LIBTERMCAP = -ltermcap
INTL_LIBS = -lintl -liconv

COMPRESSOR = compress

LIBS1 = -lsocket -lnsl
TARGETS = nftp_unix_term nftp_unix_x11

strip: force
	strip $(TARGETS)

