diff options
author | asami <asami@FreeBSD.org> | 1996-06-12 03:49:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-12 03:49:35 +0000 |
commit | e716f5104abf173f4bd7cbcf865cb6856eaf2580 (patch) | |
tree | d45de3a9c58c8a01b811d747d9db2c462263dca4 /sys/modules | |
parent | 025af31d9ca689419d3a4c386f57d9fb1c1acf3b (diff) | |
download | FreeBSD-src-e716f5104abf173f4bd7cbcf865cb6856eaf2580.zip FreeBSD-src-e716f5104abf173f4bd7cbcf865cb6856eaf2580.tar.gz |
Add ccd.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 196fa0a..cb6828e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.21 1996/03/16 01:43:26 jmz Exp $ +# $Id: Makefile,v 1.22 1996/03/24 00:30:38 pst Exp $ # XXX present but broken: ip_mroute_mod mfs -SUBDIR= atapi cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ +SUBDIR= atapi ccd cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \ ipfw joy kernfs linux msdos nfs nullfs \ pcic portal procfs qcam syscons umapfs union wcd |