diff options
author | rstone <rstone@FreeBSD.org> | 2015-03-01 00:52:41 +0000 |
---|---|---|
committer | rstone <rstone@FreeBSD.org> | 2015-03-01 00:52:41 +0000 |
commit | 6a58272d00fb0f1db8068cd37dcd7b8db62dd269 (patch) | |
tree | f9cd30b7dedf5ce6ec3fd9c1e72520ec1faa6147 /usr.sbin/Makefile | |
parent | 8ec1a92daf6b320e249013884883bd728df1917d (diff) | |
download | FreeBSD-src-6a58272d00fb0f1db8068cd37dcd7b8db62dd269.zip FreeBSD-src-6a58272d00fb0f1db8068cd37dcd7b8db62dd269.tar.gz |
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.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index afa8b8c..36585d9 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -35,6 +35,7 @@ SUBDIR= adduser \ i2c \ ifmcstat \ iostat \ + iovctl \ kldxref \ mailwrapper \ makefs \ |