diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2011-07-09 14:56:43 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2011-07-09 14:56:43 +0000 |
| commit | 269b45fb04dd7fcbf3bc3bbbffd6ffb56bbf3f71 (patch) | |
| tree | eaf66ada51c61bcf4dbac0bdf53f3667af12914d /sys/modules | |
| parent | dda7167bd61a2baef4ca043b69dc66a61491006a (diff) | |
build dtv module
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 281a054e5aa..d1728439caf 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2011/06/15 09:45:59 mrg Exp $ +# $NetBSD: Makefile,v 1.74 2011/07/09 14:56:43 jmcneill Exp $ .include <bsd.own.mk> @@ -15,6 +15,7 @@ SUBDIR+= coda5 SUBDIR+= compat SUBDIR+= compat_ossaudio SUBDIR+= coredump +SUBDIR+= dtv SUBDIR+= efs SUBDIR+= ext2fs SUBDIR+= exec_script |
