blob: 3ec37d1ea85fed2e2a27ce79f6e13e4e9cce86c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.6 2021/04/15 17:31:44 christos Exp $
#
NEED_ISYSTEM= # Tell rump that we must use -isystem
.include <bsd.init.mk>
S!= cd ${.PARSEDIR}/../../../../;pwd
.include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod"
LIB= rumpkern_solaris
COMMENT=Solaris compatibility layer (for ZFS)
.include <bsd.lib.mk>
.include <bsd.klinks.mk>
|