72eca0eb1e
- 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.
5 lines
69 B
Makefile
5 lines
69 B
Makefile
SCRIPTS= update_bootcfg.sh
|
|
BINDIR= /bin
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|