ARCHIVER = zip
ARCHIVER_FLAGS = -q -r
LIBTERMCAP = -ltermcap
INTL_LIBS = -lintl -liconv

COMPRESSOR = echo

TARGETS = nftp_beos_term

strip: force
	strip $(TARGETS)

