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

TARGETS = nftp_beos_term

strip: force
	strip $(TARGETS)

