Home | History | Annotate | Line # | Download | only in libumem
      1 #	$NetBSD: Makefile,v 1.7 2019/09/22 18:45:19 brad Exp $
      2 
      3 .include <bsd.init.mk>
      4 
      5 USE_SHLIBDIR=	yes
      6 
      7 LIB=	umem
      8 SRCS=	umem.c
      9 
     10 .include "../../Makefile.zfs"
     11 .include <bsd.lib.mk>
     12