From 81a44173f0bc725ca0dfc179aad9bc440c69dcd0 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 29 Mar 2014 19:04:38 +0000 Subject: [PATCH] Hook mkimg(1) to the build. --- usr.bin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index c6727cd50b74..7403aa545af8 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -106,6 +106,7 @@ SUBDIR= alias \ mkdep \ ${_mkesdb} \ mkfifo \ + mkimg \ mklocale \ mktemp \ mkulzma \