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

TARGETS = nftp_unix_term nftp_unix_x11

strip: force
	strip $(TARGETS)

