diff options
author | roam <roam@FreeBSD.org> | 2001-06-29 16:58:21 +0000 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-06-29 16:58:21 +0000 |
commit | d09374546289774e050e84f65ff80b9dbf1764e8 (patch) | |
tree | 09e59d0991cece995c93a157d1f84b0453a80d15 /sbin/Makefile | |
parent | 20caab20559fbd606737b1d6d5aab2eba535876d (diff) | |
download | FreeBSD-src-d09374546289774e050e84f65ff80b9dbf1764e8.zip FreeBSD-src-d09374546289774e050e84f65ff80b9dbf1764e8.tar.gz |
Connect the new kldconfig(8) utility to the build.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index fe897f4..bbc2ab0 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -32,6 +32,7 @@ SUBDIR= adjkerntz \ ipfw \ ipmon \ ipnat \ + kldconfig \ kldload \ kldstat \ kldunload \ |