Mercurial > hg > Members > kono > nitros9-code
diff 3rdparty/drivers/sdisk/makefile @ 207:347828fbd427
Added additional programs that came with SDisk + Bootfix
author | boisy |
---|---|
date | Mon, 15 Jul 2002 12:28:44 +0000 |
parents | 6641a883d6b0 |
children | 3960e63fd9f7 |
line wrap: on
line diff
--- a/3rdparty/drivers/sdisk/makefile Mon Jul 15 04:50:36 2002 +0000 +++ b/3rdparty/drivers/sdisk/makefile Mon Jul 15 12:28:44 2002 +0000 @@ -4,7 +4,8 @@ DRIVERS = sdisk.dr DESCS = d0_40d.dd -ALLOBJS = $(DRIVERS) $(DESCS) +PROGRAMS = bootfix +ALLOBJS = $(DRIVERS) $(DESCS) $(PROGRAMS) all: $(ALLOBJS) $(DEPENDS)