ARCHIVER = tar
ARCHIVER_FLAGS = cf
COMPRESSOR = gzip
LIBTERMCAP = -ltermcap
LIBS1 = -lutil
INTL_LIBS = -lintl -liconv

TARGETS = nftp_unix_term nftp_unix_x11

strip:
	strip $(TARGETS)

