minix/commands/update_bootcfg/Makefile
Evgeniy Ivanov 72eca0eb1e update_bootcfg improvements.
- Fix a glitch (don't glob '*' in for).
- update_bootcfg should be a /bin command.
- update_bootcfg should not add menu entries for missing kernels.
2012-03-14 18:19:28 +01:00

6 lines
69 B
Makefile

SCRIPTS= update_bootcfg.sh
BINDIR= /bin
MAN=
.include <bsd.prog.mk>