# this works in gnu makeSYSNAME:=${shell uname}# this works in bsd makeSYSNAME!=uname
# the gnu rules will mess up bsd but not vice versa,# hence the gnu rules come first.RANLIB=trueinclude Make.$(SYSNAME)PREFIX=/usr/local
NUKEFILES=TGZFILES=CLEANFILES=