Home | History | Annotate | Line # | Download | only in compat_netbsd32_quota
Makefile revision 1.1.4.2
      1  1.1.4.2  martin #	$NetBSD: Makefile,v 1.1.4.2 2020/04/13 08:05:09 martin Exp $
      2  1.1.4.2  martin 
      3  1.1.4.2  martin .include "../Makefile.inc"
      4  1.1.4.2  martin .include "../Makefile.assym"
      5  1.1.4.2  martin 
      6  1.1.4.2  martin KMOD=	compat_netbsd32_quota
      7  1.1.4.2  martin 
      8  1.1.4.2  martin CPPFLAGS+=	-DCOMPAT_NETBSD32
      9  1.1.4.2  martin CPPFLAGS+=	-DQUOTA
     10  1.1.4.2  martin 
     11  1.1.4.2  martin .PATH:	${S}/compat/netbsd32
     12  1.1.4.2  martin 
     13  1.1.4.2  martin SRCS+=	netbsd32_quota.c
     14  1.1.4.2  martin 
     15  1.1.4.2  martin .include <bsd.kmodule.mk>
     16