From b431478e05a0dbbf8a413d366d6aa3100fd40a68 Mon Sep 17 00:00:00 2001 From: Ryan Stone Date: Sun, 1 Mar 2015 00:41:17 +0000 Subject: [PATCH] Add main() for iovctl and hook iovctl into build Differential Revision: https://reviews.freebsd.org/D87 Reviewed by: jhb MFC after: 1 month Sponsored by: Sandvine Inc. --- usr.sbin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index afa8b8c5a6d..36585d901b2 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -35,6 +35,7 @@ SUBDIR= adduser \ i2c \ ifmcstat \ iostat \ + iovctl \ kldxref \ mailwrapper \ makefs \