diff --git a/sbin/Makefile b/sbin/Makefile index e22a21642d27..b9df6270fd9d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -2,7 +2,7 @@ # XXX MISSING: icheck ncheck -SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs \ +SUBDIR= adjkerntz badsect ccdconfig clri disklabel dmesg dset dump dumpfs \ dumplfs dumpon fsck fsdb ifconfig init ipfw md5 mknod modload \ modunload mount mount_cd9660 mount_devfs mount_ext2fs mount_fdesc \ mount_kernfs mount_lfs mount_nfs mount_null mount_portal mount_procfs \ diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 93f39d72e722..648f8ef53d50 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/18/93 -MAN4= bpf.4 cd.4 ch.4 ddb.4 drum.4 fd.4 fpa.4 \ +MAN4= bpf.4 ccd.4 cd.4 ch.4 ddb.4 drum.4 fd.4 fpa.4 \ icmp.4 inet.4 intro.4 ip.4 ipfirewall.4 \ lkm.4 lo.4 netintro.4 \ null.4 pt.4 pty.4 route.4 \