Home | History | Annotate | Line # | Download | only in libzfs
Makefile revision 1.7
      1  1.7    mrg #	$NetBSD: Makefile,v 1.7 2020/09/06 07:20:30 mrg Exp $
      2  1.1   haad #
      3  1.1   haad 
      4  1.1   haad S!=             cd ${.PARSEDIR}/../../../../;pwd
      5  1.1   haad 
      6  1.1   haad .include "${.CURDIR}/../../../../modules/zfs/Makefile.zfsmod"
      7  1.1   haad 
      8  1.1   haad LIB=	rumpfs_zfs
      9  1.5  pooka COMMENT=ZFS
     10  1.1   haad 
     11  1.4  pooka SRCS+=	zfs_component.c
     12  1.1   haad 
     13  1.7    mrg CWARNFLAGS.gcc+=	${GCC_NO_ADDR_OF_PACKED_MEMBER}
     14  1.7    mrg 
     15  1.1   haad .include <bsd.lib.mk>
     16  1.1   haad .include <bsd.klinks.mk>
     17