diff options
author | markm <markm@FreeBSD.org> | 1996-02-01 14:01:22 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-02-01 14:01:22 +0000 |
commit | 3d3cbeb2c72c0639a7e562e3aacecd3e9ec03b62 (patch) | |
tree | 0bb772b2dc61c94044c89834a9dbde272d746214 /sbin/Makefile | |
parent | 51b17c568901aefb2e4886517d6535d776bc3abc (diff) | |
download | FreeBSD-src-3d3cbeb2c72c0639a7e562e3aacecd3e9ec03b62.zip FreeBSD-src-3d3cbeb2c72c0639a7e562e3aacecd3e9ec03b62.tar.gz |
Add mount_devfs to the subdir list.
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 140955f..8323f23 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -4,7 +4,7 @@ SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs \ dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ - modunload mount mount_cd9660 mount_fdesc mount_kernfs \ + modunload mount mount_cd9660 mount_devfs mount_fdesc mount_kernfs \ mount_lfs mount_nfs mount_null mount_portal mount_procfs \ mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ nologin ping quotacheck rdisc reboot restore route savecore scsi \ |