aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-10-19 11:15:45 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-10-19 11:15:45 +0000
commit23e200d5ab0c8860ef95938f1d2eb92dac4590ef (patch)
treea7f4c9fcf0648346ca18abecbfe0b02e3a97f619 /sbin/Makefile
parent63f87bd1949592392aec57d666da7d7b708b151d (diff)
downloadsrc-23e200d5ab0c8860ef95938f1d2eb92dac4590ef.tar.gz
src-23e200d5ab0c8860ef95938f1d2eb92dac4590ef.zip
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) :)
Notes
Notes: svn path=/head/; revision=30573
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index e05d0d208e10..95f6286a6db6 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 \