]> Zhao Yanbai Git Server - minix.git/commitdiff
usr.bin/Makefile: cosmetic change
authorArun Thomas <arun@minix3.org>
Mon, 25 Jul 2011 09:48:30 +0000 (11:48 +0200)
committerArun Thomas <arun@minix3.org>
Mon, 25 Jul 2011 09:50:46 +0000 (11:50 +0200)
-Move mkimage to list of MINIX commands

usr.bin/Makefile

index 79e5a6b96cd7c9211e0fd63ebed04dbba5a295cb..cd042c5526efb63186948f99f127105f018320e2 100644 (file)
@@ -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>