diff options
author | jmg <jmg@FreeBSD.org> | 1997-10-19 11:15:45 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1997-10-19 11:15:45 +0000 |
commit | 075da1dbb990ca02802b89d73266b82c6c776b11 (patch) | |
tree | edfa02a1745e2182653df33aba56af68d6520ed6 /sbin/Makefile | |
parent | 804107bc406012014ee4aa55efc2e153232e6eac (diff) | |
download | FreeBSD-src-075da1dbb990ca02802b89d73266b82c6c776b11.zip FreeBSD-src-075da1dbb990ca02802b89d73266b82c6c776b11.tar.gz |
activate the programs that will be used to manipulate kld modules
fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars
these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index e05d0d2..95f6286 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -3,7 +3,8 @@ # XXX MISSING: icheck ncheck SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ - dumplfs dumpon fsck fsdb fsirand ifconfig init ipfw md5 mknod modload \ + dumplfs dumpon fsck fsdb fsirand ifconfig init ipfw \ + kldload kldstat kldunload md5 mknod modload \ modunload mount mount_cd9660 mount_ext2fs \ mount_lfs mount_nfs mount_null mount_portal mount_std \ mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ |