aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-05-04 08:30:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-05-04 08:30:22 +0000
commitcdca955f698cca873dd0ad96203c09e346d768d5 (patch)
tree9d2ba4a30584c6e7a84cddeecdce6bc8070321d2
parent24136561dcb805c876695bbd73c69cc3d111b86f (diff)
Notes
-rw-r--r--sbin/Makefile2
-rw-r--r--share/man/man4/Makefile2
2 files changed, 2 insertions, 2 deletions
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 \