diff options
| author | christos <christos@NetBSD.org> | 2021-08-17 17:29:19 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-08-17 17:29:19 +0000 |
| commit | 98fa73c5041c2cccaf5778e409642fb4f8e23a92 (patch) | |
| tree | abb452643c67ef6df1ec2ae7ba18fe116dc0efe1 /sys/modules/Makefile | |
| parent | dd2dfdde099f6f2cd5c313e7bc974402edb2ee76 (diff) | |
modules for blake2s libsodium and if_wg
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 511cbe3264e..16823989ff3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.251 2021/08/09 20:49:10 andvar Exp $ +# $NetBSD: Makefile,v 1.252 2021/08/17 17:29:19 christos Exp $ .include <bsd.own.mk> @@ -27,6 +27,7 @@ SUBDIR+= adosfs SUBDIR+= aio SUBDIR+= audio SUBDIR+= autofs +SUBDIR+= blake2s SUBDIR+= blowfish SUBDIR+= bpf SUBDIR+= bpf_filter @@ -100,6 +101,7 @@ SUBDIR+= if_ure SUBDIR+= if_url SUBDIR+= if_urndis SUBDIR+= if_vlan +SUBDIR+= if_wg SUBDIR+= iic SUBDIR+= ip_ecn SUBDIR+= ipl @@ -389,6 +391,8 @@ SUBDIR+= cyclic SUBDIR+= dtrace .endif +SUBDIR+= sodium + # we need solaris for the dtrace and zfs modules .if (${MKDTRACE} != "no" || ${MKZFS} != "no") SUBDIR+= solaris |
