From 3a69da5f86a4882d9e3423442884821d4622ccc9 Mon Sep 17 00:00:00 2001 From: Arun Thomas Date: Mon, 25 Jul 2011 11:48:30 +0200 Subject: [PATCH] usr.bin/Makefile: cosmetic change -Move mkimage to list of MINIX commands --- usr.bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 79e5a6b96..cd042c552 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -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 -- 2.44.0