diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-05-11 09:49:13 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-05-31 17:10:46 +0000 |
| commit | 03ca6dbdb80da79408f135d823fbd9a00fd4f25b (patch) | |
| tree | f2a82d76532e440dbe541b6b884803cdb3fd2df4 /sys/modules | |
| parent | aef014de3ff8be3ef06a45cb48a7f2386167456f (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/ntsync/Makefile | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index f21f22c174cd..9b31035aa89d 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -296,6 +296,7 @@ SUBDIR= \ nlsysevent \ nge \ nmdm \ + ntsync \ nullfs \ ${_ntb} \ nvd \ diff --git a/sys/modules/ntsync/Makefile b/sys/modules/ntsync/Makefile new file mode 100644 index 000000000000..00062a3455cc --- /dev/null +++ b/sys/modules/ntsync/Makefile @@ -0,0 +1,6 @@ +.PATH: ${SRCTOP}/sys/dev/ntsync + +KMOD= ntsync +SRCS= ntsync.c + +.include <bsd.kmod.mk> |
