diff options
| author | mrg <mrg@NetBSD.org> | 2021-04-12 04:41:54 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2021-04-12 04:41:54 +0000 |
| commit | 0ef2cbdc7d01c42a60ccde440e0b5741b9caa7be (patch) | |
| tree | e693af27de25a6210a4177e6b8384f390b84291b /sys/modules | |
| parent | 12f7117cb6b9360740fad3d1a2d7906eff8a1f5b (diff) | |
include bsd.own.mk to make sure $S is set.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/solaris/Makefile.solmod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/solaris/Makefile.solmod b/sys/modules/solaris/Makefile.solmod index 0594b40b7ba..f49896ac427 100644 --- a/sys/modules/solaris/Makefile.solmod +++ b/sys/modules/solaris/Makefile.solmod @@ -1,4 +1,6 @@ -# $NetBSD: Makefile.solmod,v 1.7 2019/06/05 16:28:07 hannken Exp $ +# $NetBSD: Makefile.solmod,v 1.8 2021/04/12 04:41:54 mrg Exp $ + +.include <bsd.own.mk> ZFSDIR= ${S}/../external/cddl/osnet |
