diff options
| author | maxv <maxv@NetBSD.org> | 2019-12-23 06:45:36 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2019-12-23 06:45:36 +0000 |
| commit | 26398b0fb2be3fcbe7a3da098714627809006ad8 (patch) | |
| tree | e4973719b1adc293d54157cb7d9123d61044bf65 /sys/modules/Makefile | |
| parent | 9e25d4bf052bbc663702a2521ae2d9d059b3f5f2 (diff) | |
Revert the removal of filemon.
Diffstat (limited to 'sys/modules/Makefile')
| -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 3bde3508354..4645ff61ce8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.232 2019/12/18 07:37:18 maxv Exp $ +# $NetBSD: Makefile,v 1.233 2019/12/23 06:45:38 maxv Exp $ .include <bsd.own.mk> @@ -54,6 +54,7 @@ SUBDIR+= exec_script SUBDIR+= fdesc SUBDIR+= ffs SUBDIR+= filecore +SUBDIR+= filemon SUBDIR+= flash SUBDIR+= fss SUBDIR+= gpio |
