ARCHIVER = tar
ARCHIVER_FLAGS = cf
LIBTERMCAP = /usr/lib/libtermcap.a
COMPRESSOR = gzip -9
INTL_LIBS = -lintl -liconv

TARGETS = nftp_unix_term nftp_unix_x11

strip: force
	strip $(TARGETS)

