Mac fixes

This commit is contained in:
Russ Cox
2005-11-04 15:47:45 +00:00
parent ab73f2bbf5
commit e10503f019
17 changed files with 19 additions and 2 deletions

View File

@ -18,6 +18,7 @@ OFILES=\
passtokey.$O\
readnvram.$O\
default: $(LIB)
$(LIB): $(OFILES)
$(AR) r $(LIB) $(OFILES)
$(RANLIB) $(LIB)