SubDir OBOS_TOP src apps bin gzip ;

BinCommand gzip :
	gzip.c
	zip.c
	deflate.c
	trees.c
	bits.c
	unzip.c
	inflate.c
	util.c
	lzw.c
	unlzw.c
	unpack.c
	unlzh.c
	crypt.c
;

LinkSharedOSLibs gzip : be ;
LinkSharedOSLibs gunzip : be ;
LinkSharedOSLibs zcat : be ;

# Gotta figure out how to copy zdiff, zfile, zforce, zgrep, zmore, and znew scripts to the
# distro/bin folder...
