ARCHIVER = tar
ARCHIVER_FLAGS = cf
LIBTERMCAP = -ltermcap
COMPRESSOR = compress
TARGETS = nftp_unix_term nftp_unix_x11
LIBS1 = -lsocket -lnsl
INTL_LIBS = -lintl -liconv

strip: force
	strip $(TARGETS)

