usr.bin/Makefile: cosmetic change
-Move mkimage to list of MINIX commands
This commit is contained in:
parent
2ad6214ef0
commit
3a69da5f86
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@
|
|||
SUBDIR= indent m4 stat tic sed mkdep uniq
|
||||
|
||||
# Non-NetBSD imports
|
||||
SUBDIR+= ministat mkimage
|
||||
SUBDIR+= ministat
|
||||
|
||||
# Minix commands
|
||||
SUBDIR+= top
|
||||
SUBDIR+= top mkimage
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in a new issue