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/ntsync/Makefile | |
| parent | aef014de3ff8be3ef06a45cb48a7f2386167456f (diff) | |
Diffstat (limited to 'sys/modules/ntsync/Makefile')
| -rw-r--r-- | sys/modules/ntsync/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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> |
