ARCHIVER = tar
ARCHIVER_FLAGS = cf
COMPRESSOR = compress

TARGETS = nftp_unix_term nftp_unix_x11
LIBS1 = -lsocket -lnsl

strip: force
	strip $(TARGETS)

distcopy2: unixfiles

nlsconv: nlsconv-unix
