diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2013-12-28 19:45:13 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2013-12-28 19:45:13 +0000 |
| commit | 86ec33ada8a3dc2fbcbe77eea43949f3bc62b530 (patch) | |
| tree | 2809af8f2cab8f492ce7d1092ac357967d2adaea /sys/modules | |
| parent | 8431831612e3523d9d41033ccf29eada4bae3c30 (diff) | |
Descend into ccd
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a2a00ad01df..f65dafb2958 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2013/12/28 19:25:07 pgoyette Exp $ +# $NetBSD: Makefile,v 1.130 2013/12/28 19:45:13 pgoyette Exp $ .include <bsd.own.mk> @@ -10,6 +10,7 @@ SUBDIR+= adosfs SUBDIR+= aio SUBDIR+= bpf SUBDIR+= cd9660 +SUBDIR+= ccd SUBDIR+= cgd SUBDIR+= coda SUBDIR+= coda5 |
